1 write to CategoricalThresholds
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
301CategoricalThresholds = new HashSet<int>();
4 references to CategoricalThresholds
Microsoft.ML.FastTree (4)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (4)
300if (CategoricalThresholds == null) 303CategoricalThresholds.Clear(); 311CategoricalThresholds.Add(localIndex); 314Partitioning.Split(bestLeaf, (TrainData.Flocks[bestSplitInfo.Flock] as OneHotFeatureFlock)?.Bins, CategoricalThresholds, gtChild);