1 write to Score
Microsoft.ML.Data (1)
Evaluators\AucAggregator.cs (1)
466dst.Score = Score;
1 reference to Score
Microsoft.ML.Data (1)
Evaluators\AucAggregator.cs (1)
432var sortedIndices = Enumerable.Range(0, posCount + negCount).OrderByDescending(i => sample[i].Score);