3 references to RowToRowMapper
Microsoft.ML.Transforms (3)
StatefulCustomMappingTransformer.cs (3)
80var rowToRow = new RowToRowMapper(_host, this, new EmptyDataView(_host, inputSchema)); 91return new RowToRowMapper(_host, this, input); 102return new RowToRowMapper(_host, this, new EmptyDataView(_host, inputSchema));