45 instantiations of ProgressHeader
Microsoft.ML.Core (3)
Microsoft.ML.Data (5)
Microsoft.ML.FastTree (7)
FastTree.cs (5)
648pch.SetHeader(new ProgressHeader("trees"), e => e.SetProgress(0, Ensemble.NumTrees, numTotalTrees));
1405pch.SetHeader(new ProgressHeader("features"), e => e.SetProgress(0, iFeature, features.Length));
1816pch.SetHeader(new ProgressHeader("examples"),
1913pch.SetHeader(new ProgressHeader("features"), e => e.SetProgress(0, iFeature, NumFeatures));
2069pch.SetHeader(new ProgressHeader("features"), e => e.SetProgress(0, iFeature, NumFeatures));
Microsoft.ML.KMeansClustering (3)
Microsoft.ML.LightGbm (1)
Microsoft.ML.Mkl.Components (2)
Microsoft.ML.PCA (1)
Microsoft.ML.Recommender (1)
Microsoft.ML.StandardTrainers (14)
Standard\SdcaBinary.cs (7)
384pch.SetHeader(new ProgressHeader("examples"), e => e.SetProgress(0, count));
434pch.SetHeader(new ProgressHeader("examples"), e => e.SetProgress(0, count));
575pch.SetHeader(new ProgressHeader("examples"), e => e.SetProgress(0, row, count));
603pch.SetHeader(new ProgressHeader(metricNames, new[] { "iterations" }), e => e.SetProgress(0, iter, maxIterations));
809pch.SetHeader(new ProgressHeader("examples"), e => e.SetProgress(0, rowCount));
2172pch.SetHeader(new ProgressHeader(new[] { "Loss", "Improvement" }, new[] { "iterations" }),
2184pch.SetHeader(new ProgressHeader(new[] { "Loss", "Improvement" }, new[] { "iterations" }),
Microsoft.ML.TorchSharp (3)
Microsoft.ML.Transforms (4)
Microsoft.ML.Vision (1)
21 references to ProgressHeader
Microsoft.ML.Core (12)
Microsoft.ML.Data (2)
Microsoft.ML.LightGbm (1)
Microsoft.ML.StandardTrainers (1)
Microsoft.ML.TorchSharp (3)
Microsoft.ML.Transforms (2)