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