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