Partager via


IidAnomalyDetectionBaseWrapper.ITransformer.GetRowToRowMapper Méthode

Définition

Construit un mappeur de ligne à ligne basé sur un schéma d’entrée. Si IsRowToRowMapper c’est le cas false, une exception doit être levée. Si le schéma d’entrée n’est pas adapté à la construction du mappeur, une exception doit également être 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

Schéma d’entrée pour lequel nous devons obtenir le mappeur.

Retours

Mappeur de ligne à ligne.

Implémente

S’applique à