1 write to _host
Microsoft.ML.TimeSeries (1)
SrCnnTransformBase.cs (1)
155_host = env.Register(nameof(Mapper));
6 references to _host
Microsoft.ML.TimeSeries (6)
SrCnnTransformBase.cs (6)
156_host.CheckValue(inputSchema, nameof(inputSchema)); 157_host.CheckValue(parent, nameof(parent)); 160throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName); 164throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", parent.InputColumnName, "Single", colType.ToString()); 209_host.AssertValue(input); 235_host.AssertValue(input);