Delen via


TensorFlowEstimator.Fit(IDataView) Method

Definition

Trains and returns a TensorFlowTransformer.

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

Parameters

input
IDataView

Returns

Implements

Applies to