OneToOneTransformerBaseExtensions.GetColumnPairs 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回套用轉換的輸入輸出資料行組名稱。
public static System.Collections.Generic.IReadOnlyList<Microsoft.ML.InputOutputColumnPair> GetColumnPairs(this Microsoft.ML.Data.OneToOneTransformerBase transformer);
static member GetColumnPairs : Microsoft.ML.Data.OneToOneTransformerBase -> System.Collections.Generic.IReadOnlyList<Microsoft.ML.InputOutputColumnPair>
<Extension()>
Public Function GetColumnPairs (transformer As OneToOneTransformerBase) As IReadOnlyList(Of InputOutputColumnPair)
參數
- transformer
- OneToOneTransformerBase