1 write to _host
Microsoft.ML.TimeSeries (1)
7 references to _host
Microsoft.ML.TimeSeries (7)
SsaSpikeDetector.cs (7)
257_host.CheckNonEmpty(options.Name, nameof(options.Name));
258_host.CheckNonEmpty(options.Source, nameof(options.Source));
268_host.CheckValue(input, nameof(input));
269return new SsaSpikeDetector(_host, _options, input);
278_host.CheckValue(inputSchema, nameof(inputSchema));
281throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source);
283throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());