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