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)
335return (ref AucInfo dst) => dst = new AucInfo() { Score = Score, Weight = _weight }; 347examples.Add(new AucInfo() { Score = Score, Weight = _weight });