3 references to GetCategoricalType
Microsoft.ML.Data (3)
Transforms\ColumnConcatenatingTransformer.cs (1)
568
_categoricalRangeType = AnnotationUtils.
GetCategoricalType
(catCount / 2);
Transforms\KeyToVector.cs (1)
350
builder.Add(AnnotationUtils.Kinds.CategoricalSlotRanges, AnnotationUtils.
GetCategoricalType
(srcValueCount), getter);
Transforms\SlotsDroppingTransformer.cs (1)
864
builder.Add(AnnotationUtils.Kinds.CategoricalSlotRanges, AnnotationUtils.
GetCategoricalType
(dst.Length / 2), categoricalSlotRangesGetter);