2 types derived from SsaAnomalyDetectionBaseWrapper
Microsoft.ML.TimeSeries (2)
SsaChangePointDetector.cs (1)
31
public sealed class SsaChangePointDetector :
SsaAnomalyDetectionBaseWrapper
, IStatefulTransformer
SsaSpikeDetector.cs (1)
30
public sealed class SsaSpikeDetector :
SsaAnomalyDetectionBaseWrapper
, IStatefulTransformer
2 references to SsaAnomalyDetectionBaseWrapper
Microsoft.ML.TimeSeries (2)
SsaAnomalyDetectionBase.cs (2)
183
internal
SsaAnomalyDetectionBaseWrapper
Parent;
191
public SsaAnomalyDetectionBase(SsaOptions options, string name, IHostEnvironment env,
SsaAnomalyDetectionBaseWrapper
parent)