3 references to 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));