Sdílet prostřednictvím


TransformerChain<TLastTransformer>.Transform Metoda

Definice

Přetížení

Transform(IDataView)
Transform(IDataView, TransformerScope)

Transform(IDataView)

public Microsoft.ML.IDataView Transform (Microsoft.ML.IDataView input);
abstract member Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
override this.Transform : Microsoft.ML.IDataView -> Microsoft.ML.IDataView
Public Function Transform (input As IDataView) As IDataView

Parametry

input
IDataView

Návraty

Implementuje

Platí pro

Transform(IDataView, TransformerScope)

public Microsoft.ML.IDataView Transform (Microsoft.ML.IDataView input, Microsoft.ML.Data.TransformerScope scope);
member this.Transform : Microsoft.ML.IDataView * Microsoft.ML.Data.TransformerScope -> Microsoft.ML.IDataView
Public Function Transform (input As IDataView, scope As TransformerScope) As IDataView

Parametry

input
IDataView

Návraty

Platí pro