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