1 write to _host
Microsoft.ML.TimeSeries (1)
SsaChangePointDetector.cs (1)
276_host = env.Register(nameof(SsaChangePointEstimator));
7 references to _host
Microsoft.ML.TimeSeries (7)
SsaChangePointDetector.cs (7)
278_host.CheckNonEmpty(options.Name, nameof(options.Name)); 279_host.CheckNonEmpty(options.Source, nameof(options.Source)); 289_host.CheckValue(input, nameof(input)); 290return new SsaChangePointDetector(_host, _options, input); 299_host.CheckValue(inputSchema, nameof(inputSchema)); 302throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source); 304throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", _options.Source, "Single", col.GetTypeString());