2 writes to Weight
Microsoft.ML.Data (2)
Evaluators\AucAggregator.cs (2)
335
return (ref AucInfo dst) => dst = new AucInfo() { Score = Score,
Weight
= _weight };
347
examples.Add(new AucInfo() { Score = Score,
Weight
= _weight });
6 references to Weight
Microsoft.ML.Data (6)
Evaluators\AucAggregator.cs (6)
256
var weight = posSorted.Current.
Weight
;
263
var weight = negSorted.Current.
Weight
;
279
var posWeight = posSorted.Current.
Weight
;
289
var negWeight = negSorted.Current.
Weight
;
309
var weight = posSorted.Current.
Weight
;
316
var weight = negSorted.Current.
Weight
;