1 write to AddedSchema
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
63
AddedSchema
= outSchema;
5 references to AddedSchema
Microsoft.ML.Transforms (5)
CustomMappingTransformer.cs (5)
134
var result = new Delegate[_parent.
AddedSchema
.Columns.Length];
138
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host, _parent.
AddedSchema
);
179
if (Enumerable.Range(0, _parent.
AddedSchema
.Columns.Length).Any(activeOutput))
190
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host, _parent.
AddedSchema
);
255
var addedCols = DataViewConstructionUtils.GetSchemaColumns(Transformer.
AddedSchema
);