5 writes to CategoricalSplit
Microsoft.ML.FastTree (5)
Dataset\FeatureFlock.cs (4)
316leafSplitCandidates.FeatureSplitInfo[featureIndex].CategoricalSplit = false; 470leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplit = true; 682leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplit = true; 904leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].CategoricalSplit = true;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
1173CategoricalSplit = Convert.ToBoolean(buffer.ToByte(ref offset));
6 references to CategoricalSplit
Microsoft.ML.FastTree (6)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (6)
290bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue); 296if (bestSplitInfo.CategoricalSplit) 495if (BestSplitInfoPerLeaf[leaf].CategoricalSplit) 1146Convert.ToByte(CategoricalSplit).ToByteArray(buffer, ref offset); 1147if (!CategoricalSplit) 1174if (!CategoricalSplit)