3 writes to Source
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
282Source = inputColumnName ?? outputColumnName,
Microsoft.ML.TimeSeries.Tests (2)
TimeSeriesDirectApi.cs (2)
365Source = "Value", 430Source = "Value",
6 references to Source
Microsoft.ML.TimeSeries (6)
SSaForecasting.cs (6)
98Source = options.Source; 310_host.CheckNonEmpty(options.Source, nameof(options.Source)); 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());