6 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);
Microsoft.ML.TimeSeries.Tests (3)
TimeSeriesDirectApi.cs (3)
178
var detector = new
SsaChangePointEstimator
(env, args).Fit(dataView);
228
.Append(new
SsaChangePointEstimator
(ml, new SsaChangePointDetector.Options()
305
.Append(new
SsaChangePointEstimator
(ml, new SsaChangePointDetector.Options()