2 instantiations of Options
Microsoft.ML.TimeSeries (2)
ExtensionsCatalog.cs (1)
169=> new SsaChangePointEstimator(CatalogUtils.GetEnvironment(catalog), new SsaChangePointDetector.Options
SsaChangePointDetector.cs (1)
258: this(env, new SsaChangePointDetector.Options
8 references to Options
Microsoft.ML.TimeSeries (8)
SsaChangePointDetector.cs (7)
14[assembly: LoadableClass(SsaChangePointDetector.Summary, typeof(IDataTransform), typeof(SsaChangePointDetector), typeof(SsaChangePointDetector.Options), typeof(SignatureDataTransform), 76public BaseArguments(Options options) 103internal SsaChangePointDetector(IHostEnvironment env, Options options, IDataView input) 110private static IDataTransform Create(IHostEnvironment env, Options options, IDataView input) 128internal SsaChangePointDetector(IHostEnvironment env, Options options) 233private readonly SsaChangePointDetector.Options _options; 273internal SsaChangePointEstimator(IHostEnvironment env, SsaChangePointDetector.Options options)
TimeSeriesProcessing.cs (1)
103internal static CommonOutputs.TransformOutput SsaChangePointDetector(IHostEnvironment env, SsaChangePointDetector.Options options)