1 write to Source
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
282
Source
= inputColumnName ?? outputColumnName,
6 references to Source
Microsoft.ML.TimeSeries (6)
SSaForecasting.cs (6)
98
Source = options.
Source
;
310
_host.CheckNonEmpty(options.
Source
, nameof(options.
Source
));
334
if (!inputSchema.TryFindColumn(_options.
Source
, out var col))
335
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
);
337
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
, "Single", col.GetTypeString());