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