2 references to GetSummaryAndStats
Microsoft.ML.Data (1)
EntryPoints\SummarizePredictor.cs (1)
44output.Summary = GetSummaryAndStats(host, predictor, rmd.Schema, out output.Stats);
Microsoft.ML.Ensemble (1)
EntryPoints\PipelineEnsemble.cs (1)
54summaries[i] = SummarizePredictor.GetSummaryAndStats(host, pred, rmd.Schema, out stats[i]);