SchemaAnnotationsExtensions.HasSlotNames(DataViewSchema+Column) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
true
如果輸入資料行是 VectorDataViewType ,且 其 具有 SlotNames
的 ItemType 注釋 VectorDataViewType , TextDataViewType 且 其 為 ,並進一步 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 行。