CustomMappingTransformer<TSrc,TDst>.ITransformer.GetRowToRowMapper Method

Definition

Constructs a row-to-row mapper based on an input schema. If IsRowToRowMapper is false, then an exception is thrown. If the inputSchema is in any way unsuitable for constructing the mapper, an exception is likewise thrown.

Microsoft.ML.Data.IRowToRowMapper ITransformer.GetRowToRowMapper (Microsoft.ML.DataViewSchema inputSchema);
abstract member Microsoft.ML.ITransformer.GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
override this.Microsoft.ML.ITransformer.GetRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
Function GetRowToRowMapper (inputSchema As DataViewSchema) As IRowToRowMapper Implements ITransformer.GetRowToRowMapper

Parameters

inputSchema
DataViewSchema

Returns

Implements

Applies to