1 write to Bundling
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
139Bundling = bundling;
3 references to Bundling
Microsoft.ML.FastTree (3)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
679if (Bundling == Bundle.None) 686else if (Bundling == Bundle.AggregateLowPopulation) 693else if (Bundling == Bundle.Adjacent)