1 write to _catsMap
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
688
AnnotationUtils.TryGetCategoricalFeatureIndices(_data.Schema.Schema, featureCol.Index, out
_catsMap
);
2 references to _catsMap
Microsoft.ML.FastTree (2)
GamModelParameters.cs (2)
848
return new FeatureInfo(context, index, internalIndex, context.
_catsMap
);
857
i => new FeatureInfo(context, context._pred._shapeToInputMap[i], i, context.
_catsMap
));