3 references to OutputType
Microsoft.ML.Data (3)
DataView\DataViewConstructionUtils.cs (1)
236var outputType = column.OutputType;
DataView\TypedCursor.cs (2)
359var fieldType = column.OutputType; 415throw Ch.ExceptNotImpl("Type '{0}' is not yet supported.", column.OutputType.FullName);