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