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