KeyDataViewType 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
KeyDataViewType(Type, Int32) |
初始化 KeyDataViewType 類別的新執行個體。 這與假設較通用 KeyDataViewType(Type, UInt64) 的建構函式不同,方法是採用 Int32 for |
KeyDataViewType(Type, UInt64) |
初始化 KeyDataViewType 類別的新執行個體。 |
KeyDataViewType(Type, Int32)
初始化 KeyDataViewType 類別的新執行個體。 這與假設較通用 KeyDataViewType(Type, UInt64) 的建構函式不同,方法是採用 Int32 for count
,以更自然地協助使用索引鍵值做為陣列或某種形式清單的列舉最常見的案例。
public KeyDataViewType (Type type, int count);
new Microsoft.ML.Data.KeyDataViewType : Type * int -> Microsoft.ML.Data.KeyDataViewType
Public Sub New (type As Type, count As Integer)
參數
適用於
KeyDataViewType(Type, UInt64)
初始化 KeyDataViewType 類別的新執行個體。
public KeyDataViewType (Type type, ulong count);
new Microsoft.ML.Data.KeyDataViewType : Type * uint64 -> Microsoft.ML.Data.KeyDataViewType
Public Sub New (type As Type, count As ULong)