1 type derived from SsaForecastingBaseWrapper
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
29public sealed class SsaForecastingTransformer : SsaForecastingBaseWrapper, IStatefulTransformer
2 references to SsaForecastingBaseWrapper
Microsoft.ML.TimeSeries (2)
SsaForecastingBase.cs (2)
123internal SsaForecastingBaseWrapper Parent; 129public SsaForecastingBase(SsaForecastingOptions options, string name, IHostEnvironment env, SsaForecastingBaseWrapper parent)