3 references to SsaChangePointEstimator
Microsoft.ML.TimeSeries (3)
ExtensionsCatalog.cs (1)
169
=> new
SsaChangePointEstimator
(CatalogUtils.GetEnvironment(catalog), new SsaChangePointDetector.Options
SsaChangePointDetector.cs (1)
258
:
this
(env, new SsaChangePointDetector.Options
TimeSeriesProcessing.cs (1)
106
var view = new
SsaChangePointEstimator
(h, options).Fit(options.Data).Transform(options.Data);