1 write to _host
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
307_host = env.Register(nameof(SsaForecastingEstimator));
7 references to _host
Microsoft.ML.TimeSeries (7)
SSaForecasting.cs (7)
309_host.CheckNonEmpty(options.Name, nameof(options.Name)); 310_host.CheckNonEmpty(options.Source, nameof(options.Source)); 320_host.CheckValue(input, nameof(input)); 321return new SsaForecastingTransformer(_host, _options, input); 332_host.CheckValue(inputSchema, nameof(inputSchema)); 335throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source); 337throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());