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