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