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)); 114throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName); 118throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString()); 200_host.AssertValue(input); 233_host.AssertValue(input);