3 instantiations of RowToRowMapper
Microsoft.ML.Transforms (3)
StatefulCustomMappingTransformer.cs (3)
80
var rowToRow = new
RowToRowMapper
(_host, this, new EmptyDataView(_host, inputSchema));
91
return new
RowToRowMapper
(_host, this, input);
102
return new
RowToRowMapper
(_host, this, new EmptyDataView(_host, inputSchema));
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)