2 references to CategoricalSlotRanges
Microsoft.ML.Core (2)
Data\AnnotationUtils.cs (2)
388
var type = schema[colIndex].Annotations.Schema.GetColumnOrNull(Kinds.
CategoricalSlotRanges
)?.Type;
392
schema[colIndex].Annotations.GetValue(Kinds.
CategoricalSlotRanges
, ref catIndices);