1 write to CategoricalFeatureIndices
Microsoft.ML.FastTree (1)
FastTree.cs (1)
952CategoricalFeatureIndices = categoricalFeatureIndices;
12 references to CategoricalFeatureIndices
Microsoft.ML.FastTree (12)
FastTree.cs (12)
1475if (CategoricalSplit && CategoricalFeatureIndices != null) 1486if (catRangeIndex < CategoricalFeatureIndices.Length && 1487CategoricalFeatureIndices[catRangeIndex] == iFeature) 1492iFeatureLocal <= CategoricalFeatureIndices[catRangeIndex + 1]; 1543iFeature = CategoricalFeatureIndices[catRangeIndex + 1] + 1; 2093if (CategoricalSplit && CategoricalFeatureIndices != null) 2102if (catRangeIndex < CategoricalFeatureIndices.Length) 2104if (CategoricalFeatureIndices[catRangeIndex] == iFeature) 2108iFeatureLocal <= CategoricalFeatureIndices[catRangeIndex + 1]; 2150iFeature = CategoricalFeatureIndices[catRangeIndex + 1] + 1; 2156foreach (var flock in CreateFlocksCore(ch, pch, iFeature, CategoricalFeatureIndices[catRangeIndex])) 2159iFeature = CategoricalFeatureIndices[catRangeIndex];