TransformerChain<TLastTransformer>.Transform Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- input
- IDataView
Returns
Implements
Applies to
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
Parameters
- input
- IDataView
- scope
- TransformerScope