2 writes to Source
Microsoft.ML.TimeSeries (2)
ExtensionsCatalog.cs (1)
172
Source
= inputColumnName ?? outputColumnName,
SsaChangePointDetector.cs (1)
261
Source
= inputColumnName ?? outputColumnName,
6 references to Source
Microsoft.ML.TimeSeries (6)
SsaChangePointDetector.cs (6)
78
Source = options.
Source
;
279
_host.CheckNonEmpty(options.
Source
, nameof(options.
Source
));
301
if (!inputSchema.TryFindColumn(_options.
Source
, out var col))
302
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
);
304
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
, "Single", col.GetTypeString());