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