1 write to _weight
Microsoft.ML.Data (1)
Evaluators\AucAggregator.cs (1)
340
_weight
= weight;
2 references 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
});