TransformerChain<TLastTransformer>.Transform Methode

Definition

Überlädt

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

Parameter

input
IDataView

Gibt zurück

Implementiert

Gilt für:

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

Parameter

input
IDataView

Gibt zurück

Gilt für: