TransformerChain<TLastTransformer>.Transform Méthode

Définition

Surcharges

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

Paramètres

input
IDataView

Retours

Implémente

S’applique à

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

Paramètres

input
IDataView

Retours

S’applique à