1 write to TrainFraction
Microsoft.ML.FastTree (1)
Training\BaggingProvider.cs (1)
24TrainFraction = trainFraction;
2 references to TrainFraction
Microsoft.ML.FastTree (2)
Training\BaggingProvider.cs (2)
41if (RndGenerator.NextDouble() < TrainFraction) 113if (RndGenerator.NextDouble() < TrainFraction)