2 instantiations of SsaForecastingBase
Microsoft.ML.TimeSeries (2)
SsaForecastingBase.cs (2)
109
InternalTransform = new
SsaForecastingBase
(options, name, env, this);
114
InternalTransform = new
SsaForecastingBase
(env, ctx, name);
6 references to SsaForecastingBase
Microsoft.ML.TimeSeries (6)
SSaForecasting.cs (1)
164
clone.InternalTransform.StateRef = (
SsaForecastingBase
.State)clone.InternalTransform.StateRef.Clone();
SsaForecastingBase.cs (5)
16
/// The wrapper to <see cref="
SsaForecastingBase
"/> that implements the general anomaly detection transform based on Singular Spectrum modeling of the time-series.
105
internal
SsaForecastingBase
InternalTransform;
121
internal sealed class SsaForecastingBase : SequentialForecastingTransformBase<float,
SsaForecastingBase
.State>
215
private
SsaForecastingBase
_parentForecaster;
255
_parentForecaster = (
SsaForecastingBase
)Parent;