1 write to _options
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
312_options = options;
11 references to _options
Microsoft.ML.TimeSeries (11)
SSaForecasting.cs (11)
321return new SsaForecastingTransformer(_host, _options, input); 334if (!inputSchema.TryFindColumn(_options.Source, out var col)) 335throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source); 337throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString()); 340resultDic[_options.Name] = new SchemaShape.Column( 341_options.Name, SchemaShape.Column.VectorKind.Vector, NumberDataViewType.Single, false); 343if (!string.IsNullOrEmpty(_options.ConfidenceUpperBoundColumn)) 345resultDic[_options.ConfidenceLowerBoundColumn] = new SchemaShape.Column( 346_options.ConfidenceLowerBoundColumn, SchemaShape.Column.VectorKind.Vector, 349resultDic[_options.ConfidenceUpperBoundColumn] = new SchemaShape.Column( 350_options.ConfidenceUpperBoundColumn, SchemaShape.Column.VectorKind.Vector,