ITransformer.GetRowToRowMapper(DataViewSchema) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a row-to-row mapper based on an input schema. If IsRowToRowMapper
is false
, then an exception should be thrown. If the input schema is in any way
unsuitable for constructing the mapper, an exception should likewise be thrown.
public Microsoft.ML.Data.IRowToRowMapper GetRowToRowMapper (Microsoft.ML.DataViewSchema inputSchema);
abstract member GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
Public Function GetRowToRowMapper (inputSchema As DataViewSchema) As IRowToRowMapper
Parameters
- inputSchema
- DataViewSchema
The input schema for which we should get the mapper.
Returns
The row to row mapper.