1 write to _truncationLevel
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
81
_truncationLevel
= options.DcgTruncationLevel;
2 references to _truncationLevel
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);