2 references to SsaChangePointDetector
Microsoft.ML.TimeSeries (2)
SsaChangePointDetector.cs (2)
116return new SsaChangePointDetector(env, options, input).MakeDataTransform(input); 290return new SsaChangePointDetector(_host, _options, input);