3 references to GetGroupSummarySlotNames
Microsoft.ML.Data (3)
Evaluators\RankingEvaluator.cs (3)
233
groupDvBldr.AddColumn(Ndcg, aggregator.
GetGroupSummarySlotNames
("NDCG"), NumberDataViewType.Double, groupNdcg.ToArray());
234
groupDvBldr.AddColumn(Dcg, aggregator.
GetGroupSummarySlotNames
("DCG"), NumberDataViewType.Double, groupDcg.ToArray());
235
groupDvBldr.AddColumn(MaxDcg, aggregator.
GetGroupSummarySlotNames
("MaxDCG"), NumberDataViewType.Double, groupMaxDcg.ToArray());