Revize 66c3e0df
Přidáno uživatelem Roman Kalivoda před více než 3 roky(ů)
Server/ServerApp/Predictor/ModelOutput.cs | ||
---|---|---|
5 | 5 |
{ |
6 | 6 |
public class ModelOutput |
7 | 7 |
{ |
8 |
[ColumnName("PredictedLabel")]
|
|
8 |
[ColumnName("prediction")]
|
|
9 | 9 |
public String Prediction { get; set; } |
10 | 10 |
public float[] Score { get; set; } |
11 | 11 |
|
Také k dispozici: Unified diff
re #8598
Update Server/ServerApp/ServerApp.csproj
fixed corrupted dependencies
working simple classification