1 write to _parent
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
123
_parent
= parent;
8 references to _parent
Microsoft.ML.Transforms (8)
CustomMappingTransformer.cs (8)
127
_typedSrc = TypedCursorable<TSrc>.Create(_host, emptyDataView, false,
_parent
.InputSchemaDefinition);
134
var result = new Delegate[
_parent
.AddedSchema.Columns.Length];
138
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host,
_parent
.AddedSchema);
150
_parent
._mapAction(src, dst);
179
if (Enumerable.Range(0,
_parent
.AddedSchema.Columns.Length).Any(activeOutput))
190
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host,
_parent
.AddedSchema);
196
=>
_parent
.SaveModel(ctx);
200
return
_parent
;