4 writes to MaximumBinCountPerFeature
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\FastTree.cs (4)
23MaximumBinCountPerFeature = param.MaximumBinCountPerFeature, 46MaximumBinCountPerFeature = param.MaximumBinCountPerFeature, 69MaximumBinCountPerFeature = param.MaximumBinCountPerFeature, 92MaximumBinCountPerFeature = param.MaximumBinCountPerFeature,
5 references to MaximumBinCountPerFeature
Microsoft.ML.FastTree (5)
FastTree.cs (1)
192var instanceConverter = new ExamplesToFastTreeBins(Host, FastTreeTrainerOptions.MaximumBinCountPerFeature, useTranspose, !FastTreeTrainerOptions.FeatureFlocks, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, GetMaxLabel());
FastTreeArguments.cs (2)
627ectx.CheckUserArg(0 < MaximumBinCountPerFeature, nameof(MaximumBinCountPerFeature), "Must greater than 0.");
RandomForestClassification.cs (1)
306numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature,
RandomForestRegression.cs (1)
438numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature,