1 write to _host
Microsoft.ML.TimeSeries (1)
SequentialForecastingTransformBase.cs (1)
109
_host
= env.Register(nameof(Mapper));
6 references to _host
Microsoft.ML.TimeSeries (6)
SequentialForecastingTransformBase.cs (6)
110
_host
.CheckValue(inputSchema, nameof(inputSchema));
111
_host
.CheckValue(parent, nameof(parent));
114
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName);
118
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString());
200
_host
.AssertValue(input);
233
_host
.AssertValue(input);