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