2 references to SsaForecastingTransformer
Microsoft.ML.TimeSeries (2)
SSaForecasting.cs (2)
141
return new
SsaForecastingTransformer
(env, options, input).MakeDataTransform(input);
321
return new
SsaForecastingTransformer
(_host, _options, input);