3 references to HasSlotNames
Microsoft.ML.Data (2)
Transforms\ColumnConcatenatingEstimator.cs (1)
125hasSlotNames |= col.Kind == SchemaShape.Column.VectorKind.Scalar || col.HasSlotNames();
Transforms\KeyToValue.cs (1)
649if (col.HasSlotNames() && col.Annotations.TryFindColumn(AnnotationUtils.Kinds.SlotNames, out var slotCol))
Microsoft.ML.Transforms (1)
ExpressionTransformer.cs (1)
198if (vectorCol.HasSlotNames())