5 references to BaggingExampleFraction
Microsoft.ML.FastTree (5)
FastTree.cs (1)
586
return new BaggingProvider(TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.
BaggingExampleFraction
);
FastTreeArguments.cs (3)
632
ectx.CheckUserArg(0 <=
BaggingExampleFraction
&&
BaggingExampleFraction
<= 1, nameof(
BaggingExampleFraction
), "Must be between 0 and 1.");
FastTreeRanking.cs (1)
224
return new RankingBaggingProvider(TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.
BaggingExampleFraction
);