Share via


TorchSharpBaseTrainer.Fit(IDataView) Method

Definition

public abstract Microsoft.ML.TorchSharp.TorchSharpBaseTransformer Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.TorchSharp.TorchSharpBaseTransformer
Public MustOverride Function Fit (input As IDataView) As TorchSharpBaseTransformer

Parameters

input
IDataView

Returns

Implements

Applies to