SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the input column is of VectorDataViewType, and that has
SlotNames
annotation of a VectorDataViewType whose ItemType
is of TextDataViewType, and further whose Size matches
this input vector size.
public static bool HasSlotNames (this Microsoft.ML.DataViewSchema.Column column);
static member HasSlotNames : Microsoft.ML.DataViewSchema.Column -> bool
<Extension()>
Public Function HasSlotNames (column As DataViewSchema.Column) As Boolean
Parameters
- column
- DataViewSchema.Column
The column whose Annotations will be queried.