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