2 writes to DropoutRate
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (1)
99
optimizationAlgorithm.
DropoutRate
= FastTreeTrainerOptions.DropoutRate;
RandomForest.cs (1)
52
optimizationAlgorithm.
DropoutRate
= 0;
6 references to DropoutRate
Microsoft.ML.FastTree (6)
Training\OptimizationAlgorithms\GradientDescent.cs (6)
40
if (
DropoutRate
> 0)
50
Enumerable.Range(0, numberOfTrees).Where(t => (DropoutRng.NextDouble() <
DropoutRate
)).ToArray();
59
_numberOfDroppedTrees, numberOfTrees,
DropoutRate
);
109
if (
DropoutRate
> 0)
121
if (
DropoutRate
> 0)
132
if (
DropoutRate
> 0)