26 writes to MinimumExampleCountPerLeaf
Microsoft.ML.AutoML (6)
SweepableEstimator\Estimators\FastTree.cs (4)
17MinimumExampleCountPerLeaf = param.MinimumExampleCountPerLeaf, 40MinimumExampleCountPerLeaf = param.MinimumExampleCountPerLeaf, 63MinimumExampleCountPerLeaf = param.MinimumExampleCountPerLeaf, 86MinimumExampleCountPerLeaf = param.MinimumExampleCountPerLeaf,
Sweepers\SmacSweeper.cs (1)
133MinimumExampleCountPerLeaf = _args.NMinForSplit
Tuner\SmacTuner.cs (1)
145MinimumExampleCountPerLeaf = _nMinForSplit,
Microsoft.ML.FastTree (1)
FastTree.cs (1)
119FastTreeTrainerOptions.MinimumExampleCountPerLeaf = minimumExampleCountPerLeaf;
Microsoft.ML.Samples (1)
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (1)
44MinimumExampleCountPerLeaf = 1,
Microsoft.ML.Samples.OneDal (2)
Program.cs (2)
76options.MinimumExampleCountPerLeaf = 5; 108options.MinimumExampleCountPerLeaf = 5;
Microsoft.ML.Sweeper (1)
Algorithms\SmacSweeper.cs (1)
141MinimumExampleCountPerLeaf = _args.NMinForSplit,
Microsoft.ML.Tests (15)
TrainerEstimators\OneDalEstimators.cs (1)
69options.MinimumExampleCountPerLeaf = 5;
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (14)
138MinimumExampleCountPerLeaf = 1 190MinimumExampleCountPerLeaf = 1 245MinimumExampleCountPerLeaf = 1 313MinimumExampleCountPerLeaf = 10 362MinimumExampleCountPerLeaf = 10, 401MinimumExampleCountPerLeaf = 10, 440MinimumExampleCountPerLeaf = 10, 478MinimumExampleCountPerLeaf = 10, 516MinimumExampleCountPerLeaf = 10, 554MinimumExampleCountPerLeaf = 10, 592MinimumExampleCountPerLeaf = 10, 647MinimumExampleCountPerLeaf = 10, 721MinimumExampleCountPerLeaf = 10, 779MinimumExampleCountPerLeaf = 10,
5 references to MinimumExampleCountPerLeaf
Microsoft.ML.FastTree (5)
BoostingFastTree.cs (1)
66TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.EntropyCoefficient,
FastTree.cs (1)
192var instanceConverter = new ExamplesToFastTreeBins(Host, FastTreeTrainerOptions.MaximumBinCountPerFeature, useTranspose, !FastTreeTrainerOptions.FeatureFlocks, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, GetMaxLabel());
RandomForest.cs (1)
66TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.EntropyCoefficient,
RandomForestClassification.cs (1)
306numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature,
RandomForestRegression.cs (1)
438numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature,