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