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),
76
public BaseArguments(
Options
options)
103
internal SsaChangePointDetector(IHostEnvironment env,
Options
options, IDataView input)
110
private static IDataTransform Create(IHostEnvironment env,
Options
options, IDataView input)
128
internal SsaChangePointDetector(IHostEnvironment env,
Options
options)
233
private readonly SsaChangePointDetector.
Options
_options;
273
internal SsaChangePointEstimator(IHostEnvironment env, SsaChangePointDetector.
Options
options)
TimeSeriesProcessing.cs (1)
103
internal static CommonOutputs.TransformOutput SsaChangePointDetector(IHostEnvironment env, SsaChangePointDetector.
Options
options)