2 references to BaggingProvider
Microsoft.ML.FastTree (2)
FastTree.cs (1)
586
return new
BaggingProvider
(TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.BaggingExampleFraction);
Training\BaggingProvider.cs (1)
93
base
(completeTrainingSet, maxLeaves, randomSeed, trainFraction)