SsaForecastingEstimator.Fit(IDataView) Method

Definition

Train and return a transformer.

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

Parameters

input
IDataView

Returns

Implements

Applies to