1 instantiation of RowToRowMapper
Microsoft.ML.Transforms (1)
StatefulCustomMappingTransformer.cs (1)
91
return new
RowToRowMapper
(_host, this, input);
3 references to RowToRowMapper
Microsoft.ML.Transforms (3)
StatefulCustomMappingTransformer.cs (3)
80
var
rowToRow = new RowToRowMapper(_host, this, new EmptyDataView(_host, inputSchema));
265
private readonly
RowToRowMapper
_parent;
272
public Cursor(
RowToRowMapper
parent, DataViewRowCursor input, bool[] active)