5 writes to CategoricalFeatureIndices
Microsoft.ML.FastTree (5)
Dataset\FeatureFlock.cs (3)
463
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
CategoricalFeatureIndices
=
675
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
CategoricalFeatureIndices
=
897
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
CategoricalFeatureIndices
=
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
1118
CategoricalFeatureIndices
= new int[0];
1181
CategoricalFeatureIndices
= buffer.ToIntArray(ref offset);
4 references to CategoricalFeatureIndices
Microsoft.ML.FastTree (4)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (4)
289
int newInteriorNodeIndex = tree.Split(bestLeaf, bestSplitInfo.Feature, bestSplitInfo.
CategoricalFeatureIndices
, bestSplitInfo.CategoricalSplitRange,
305
foreach (var index in bestSplitInfo.
CategoricalFeatureIndices
)
496
Array.Sort(BestSplitInfoPerLeaf[leaf].
CategoricalFeatureIndices
);
1154
CategoricalFeatureIndices
.ToByteArray(buffer, ref offset);