1 write to _host
Microsoft.ML.TimeSeries (1)
SequentialAnomalyDetectionTransformBase.cs (1)
312_host = env.Register(nameof(Mapper));
6 references to _host
Microsoft.ML.TimeSeries (6)
SequentialAnomalyDetectionTransformBase.cs (6)
313_host.CheckValue(inputSchema, nameof(inputSchema)); 314_host.CheckValue(parent, nameof(parent)); 317throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName); 321throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString()); 366_host.AssertValue(input); 392_host.AssertValue(input);