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