1 implementation of SetProgress
Microsoft.ML.Core (1)
29 references to SetProgress
Microsoft.ML.Data (3)
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));
1817e => e.SetProgress(0, pos, rowCountDbl));
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.StandardTrainers (7)
Microsoft.ML.TorchSharp (2)
Microsoft.ML.Transforms (3)
Microsoft.ML.Vision (1)