Partager via


SingleFeaturePredictionTransformerBase<TModel>.GetOutputSchema Méthode

Définition

Propagation du schéma pour ce transformateur de prédiction.

public override sealed Microsoft.ML.DataViewSchema GetOutputSchema (Microsoft.ML.DataViewSchema inputSchema);
override this.GetOutputSchema : Microsoft.ML.DataViewSchema -> Microsoft.ML.DataViewSchema
Public Overrides NotOverridable Function GetOutputSchema (inputSchema As DataViewSchema) As DataViewSchema

Paramètres

inputSchema
DataViewSchema

Schéma d’entrée à mapper.

Retours

Schéma de sortie des données, compte tenu d’un schéma d’entrée tel que inputSchema.

Implémente

S’applique à