SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) 方法

定義

true如果輸入資料行是 VectorDataViewType ,且 其 具有 SlotNamesItemType 注釋 VectorDataViewTypeTextDataViewType 且 其 為 ,並進一步 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

參數

column
DataViewSchema.Column

將查詢其資料 Annotations 行。

傳回

適用於

另請參閱