SsaAnomalyDetectionBaseWrapper.ITransformer.GetRowToRowMapper Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.