1 write to _options
Microsoft.ML.TimeSeries (1)
SsaChangePointDetector.cs (1)
281_options = options;
6 references to _options
Microsoft.ML.TimeSeries (6)
SsaChangePointDetector.cs (6)
290return new SsaChangePointDetector(_host, _options, input); 301if (!inputSchema.TryFindColumn(_options.Source, out var col)) 302throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source); 304throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString()); 310resultDic[_options.Name] = new SchemaShape.Column( 311_options.Name, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Double, false, new SchemaShape(metadata));