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)
131return new Aggregator(Host, _labelGains, _truncationLevel, _groupSummary, schema.Weight != null, stratName); 142data.Schema.Label.Value.Name, scoreInfo.Name, data.Schema.Group.Value.Name, _truncationLevel, _labelGains);