2 references to ComputedReturnType
Microsoft.ML.Data (2)
DataView\InternalSchemaDefinition.cs (2)
33
public Type OutputType => IsComputed ?
ComputedReturnType
: FieldOrPropertyType;
122
GetVectorAndItemType("return type",
ComputedReturnType
, null, out bool isVector, out Type itemType);