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