1 write to Source
Microsoft.ML.TimeSeries (1)
SsaSpikeDetector.cs (1)
240
Source
= inputColumnName ?? outputColumnName,
6 references to Source
Microsoft.ML.TimeSeries (6)
SsaSpikeDetector.cs (6)
74
Source = options.
Source
;
258
_host.CheckNonEmpty(options.
Source
, nameof(options.
Source
));
280
if (!inputSchema.TryFindColumn(_options.
Source
, out var col))
281
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
);
283
throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.
Source
, "Single", col.GetTypeString());