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