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