Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 22211075

Přidáno uživatelem Roman Kalivoda před více než 3 roky(ů)

Revert "Merge branch 'PredictorAPI' into 'master'"

This reverts merge request !20

Zobrazit rozdíly:

Server/ServerApp/Predictor/ModelOutput.cs
2 2
// Author: Roman Kalivoda
3 3
//
4 4

  
5
using System;
5 6
using Microsoft.ML.Data;
6 7

  
7 8
namespace ServerApp.Predictor
......
15 16
        /// A predicted class.
16 17
        /// </summary>
17 18
        [ColumnName("PredictedLabel")]
18
        public string PredictedLabel { get; set; }
19
        public String Prediction { get; set; }
19 20

  
20 21
    }
21 22
}

Také k dispozici: Unified diff