1 write to FeatureFractionPerSplit
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
51
FeatureFractionPerSplit
= 0.7;
7 references to FeatureFractionPerSplit
Microsoft.ML.FastTree (7)
BoostingFastTree.cs (1)
68
FastTreeTrainerOptions.HistogramPoolSize, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.
FeatureFractionPerSplit
, FastTreeTrainerOptions.FilterZeroLambdas,
FastTreeArguments.cs (3)
625
ectx.CheckUserArg(0 <=
FeatureFractionPerSplit
&&
FeatureFractionPerSplit
<= 1, nameof(
FeatureFractionPerSplit
), "Must be between 0 and 1.");
RandomForest.cs (1)
68
FastTreeTrainerOptions.HistogramPoolSize, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.
FeatureFractionPerSplit
,
RandomForestClassification.cs (1)
305
numberOfThreads, (float)FastTreeTrainerOptions.
FeatureFractionPerSplit
, numberOfTrees,
RandomForestRegression.cs (1)
437
numberOfThreads, (float)FastTreeTrainerOptions.
FeatureFractionPerSplit
, numberOfTrees,