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