1 write to OutputType
Microsoft.ML.Data (1)
Transforms\ColumnConcatenatingTransformer.cs (1)
555OutputType = outputType;
9 references to OutputType
Microsoft.ML.Data (9)
Transforms\ColumnConcatenatingTransformer.cs (9)
587return new DataViewSchema.DetachedColumn(_columnOptions.Name, OutputType, metadata.ToAnnotations()); 621Contracts.Assert(OutputType.Size > 0); 624Contracts.Assert(_slotNamesType.Size == OutputType.Size); 670Contracts.Assert(slot == OutputType.Size); 678return Utils.MarshalInvoke(_makeIdentityGetterMethodInfo, this, OutputType.RawType, input); 680return Utils.MarshalInvoke(_makeGetterMethodInfo, this, OutputType.ItemType.RawType, input); 811if (!OutputType.IsKnownSize) // Do not attempt variable length. 824var itemColumnType = OutputType.ItemType; 914var outColType = boundCol.OutputType;