Revize 60a60164
Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)
Server/ServerApp/Predictor/ModelOutput.cs | ||
---|---|---|
2 | 2 |
// Author: Roman Kalivoda |
3 | 3 |
// |
4 | 4 |
|
5 |
using System; |
|
6 | 5 |
using Microsoft.ML.Data; |
7 | 6 |
|
8 | 7 |
namespace ServerApp.Predictor |
... | ... | |
16 | 15 |
/// A predicted class. |
17 | 16 |
/// </summary> |
18 | 17 |
[ColumnName("PredictedLabel")] |
19 |
public String Prediction { get; set; }
|
|
18 |
public string PredictedLabel { get; set; }
|
|
20 | 19 |
|
21 | 20 |
} |
22 | 21 |
} |
Také k dispozici: Unified diff
Re #8955 refactoring