2 references to ExpectedColumnType
Microsoft.ML.Transforms (2)
GcnTransform.cs (2)
199
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", inputSchema[srcCol].Name, LpNormNormalizingEstimatorBase.
ExpectedColumnType
, inType.ToString());
919
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colPair.InputColumnName,
ExpectedColumnType
, col.GetTypeString());