Partager via


StatefulCustomMappingTransformer<TSrc,TDst,TState>.ITransformer.GetRowToRowMapper Méthode

Définition

Construit un mappeur de ligne à ligne en fonction d’un schéma d’entrée. Si IsRowToRowMapper c’est falsele cas, une exception est levée. Si la inputSchema construction du mappeur n’est pas appropriée, une exception est également levée.

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

Paramètres

inputSchema
DataViewSchema

Retours

Implémente

S’applique à