1 write to AddedSchema
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
61
AddedSchema
= InternalSchemaDefinition.Create(typeof(TDst), SchemaDefinition.Direction.Write);
6 references to AddedSchema
Microsoft.ML.Transforms (6)
StatefulCustomMappingTransformer.cs (6)
120
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(Host, _parent.
AddedSchema
);
161
var getters = new Delegate[_parent.
AddedSchema
.Columns.Length];
163
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(Host, _parent.
AddedSchema
);
280
_getters = new Delegate[parent._parent.
AddedSchema
.Columns.Length];
282
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_parent.Host, _parent._parent.
AddedSchema
);
388
var addedCols = DataViewConstructionUtils.GetSchemaColumns(Transformer.
AddedSchema
);