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));
317
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName);
321
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString());
366
_host
.AssertValue(input);
392
_host
.AssertValue(input);