1 write to _categoricalRangeType
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
568
_categoricalRangeType
= AnnotationUtils.GetCategoricalType(catCount / 2);
1 reference to _categoricalRangeType
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
585
metadata.Add(AnnotationUtils.Kinds.CategoricalSlotRanges,
_categoricalRangeType
, (ValueGetter<VBuffer<int>>)GetCategoricalSlotRanges);