Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 662b2404

Přidáno uživatelem Roman Kalivoda před téměř 4 roky(ů)

Re #8832 integration

Zobrazit rozdíly:

Server/ServerApp/Predictor/ModelOutput.cs
15 15
        /// <summary>
16 16
        /// A predicted class.
17 17
        /// </summary>
18
        [ColumnName("prediction")]
18
        [ColumnName("PredictedLabel")]
19 19
        public String Prediction { get; set; }
20 20

  
21
        /// <summary>
22
        /// The score of prediction probability into individual classes.
23
        /// </summary>
24
        public float[] Score { get; set; }
25

  
26 21
    }
27 22
}

Také k dispozici: Unified diff