Share via


OneToOneTransformerBaseExtensions.GetColumnPairs Method

Definition

Returns the names of the input-output column pairs on which the transformation is applied.

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)

Parameters

Returns

Applies to