1 write to Score
Microsoft.ML.Data (1)
Evaluators\AucAggregator.cs (1)
23Score = score;
4 references to Score
Microsoft.ML.Data (4)
Evaluators\AucAggregator.cs (4)
206return (ref Single dst) => dst = Score; 212examples.Add(Score); 335return (ref AucInfo dst) => dst = new AucInfo() { Score = Score, Weight = _weight }; 347examples.Add(new AucInfo() { Score = Score, Weight = _weight });