SsaAnomalyDetectionBaseWrapper.GetStatefulRowToRowMapper 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.
GetRowToRowMapper(DataViewSchema) Identique à mais prend également en charge le mécanisme pour enregistrer l’état.
public Microsoft.ML.Data.IRowToRowMapper GetStatefulRowToRowMapper (Microsoft.ML.DataViewSchema inputSchema);
abstract member GetStatefulRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
override this.GetStatefulRowToRowMapper : Microsoft.ML.DataViewSchema -> Microsoft.ML.Data.IRowToRowMapper
Public Function GetStatefulRowToRowMapper (inputSchema As DataViewSchema) As IRowToRowMapper
Paramètres
- inputSchema
- DataViewSchema
Schéma d’entrée pour lequel nous devons obtenir le mappeur.
Retours
Mappeur de ligne à ligne.