10 references to Bundle
Microsoft.ML.FastTree (10)
FastTreeArguments.cs (4)
453
public
Bundle
Bundling =
Bundle
.None;
639
ectx.CheckUserArg(
Bundle
.None <= Bundling && Bundling <=
Bundle
.Adjacent, nameof(Bundling), "Must be between 0 and 2.");
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
18
double minDocsPercentageForCategoricalSplit,
Bundle
bundling, int minDocsForCategoricalSplit, double bias, IHost host)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (5)
38
public readonly
Bundle
Bundling;
125
Bundle
bundling, int minDocsForCategoricalSplit, double bias, IHost host)
679
if (Bundling ==
Bundle
.None)
686
else if (Bundling ==
Bundle
.AggregateLowPopulation)
693
else if (Bundling ==
Bundle
.Adjacent)