1 write to SplitFraction
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
172SplitFraction = splitFraction;
4 references to SplitFraction
Microsoft.ML.FastTree (4)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (2)
47if (SoftmaxTemperature != 0 || SplitFraction == 1.0) 60if (infos[i].Gain > max && Rand.NextDouble() < SplitFraction || Double.IsNegativeInfinity(max))
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
455if (SplitFraction < 1.0) 457.ArgMaxRand(Rand, SplitFraction);