1 write to _groupSummaryFilename
Microsoft.ML.Data (1)
Evaluators\RankingEvaluator.cs (1)
889_groupSummaryFilename = args.GroupSummaryFilename;
2 references to _groupSummaryFilename
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (2)
904if (!string.IsNullOrEmpty(_groupSummaryFilename)) 914MetricWriter.SavePerInstance(Host, ch, _groupSummaryFilename, gs);