5 writes to CategoricalSplitRange
Microsoft.ML.FastTree (5)
Dataset\FeatureFlock.cs (3)
466leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplitRange = new[] 678leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplitRange = new[] 900leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplitRange = new[]
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
1119CategoricalSplitRange = new int[0]; 1179CategoricalSplitRange = buffer.ToIntArray(ref offset);
4 references to CategoricalSplitRange
Microsoft.ML.FastTree (4)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (4)
289int newInteriorNodeIndex = tree.Split(bestLeaf, bestSplitInfo.Feature, bestSplitInfo.CategoricalFeatureIndices, bestSplitInfo.CategoricalSplitRange, 1152Contracts.Check(CategoricalSplitRange.Length == 2); 1153CategoricalSplitRange.ToByteArray(buffer, ref offset); 1180Contracts.Check(CategoricalSplitRange.Length == 2);