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