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