WordHashBagEstimator.GetOutputSchema(SchemaShape) 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.
Propagation du schéma pour les estimateurs. Retourne la forme de schéma de sortie de l’estimateur, si la forme de schéma d’entrée est similaire à celle fournie.
public Microsoft.ML.SchemaShape GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
abstract member GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
override this.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Public Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape
Paramètres
- inputSchema
- SchemaShape