1 write to _labelGains
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
93
_labelGains
= labelGains.ToArray();
2 references to _labelGains
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
131
return new Aggregator(Host,
_labelGains
, _truncationLevel, _groupSummary, schema.Weight != null, stratName);
142
data.Schema.Label.Value.Name, scoreInfo.Name, data.Schema.Group.Value.Name, _truncationLevel,
_labelGains
);