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