Partager via


CalibratorEstimatorBase<TICalibrator>.IEstimator<CalibratorTransformer<TICalibrator>>.GetOutputSchema Méthode

Définition

Obtient la sortie SchemaShape de l’après IDataView l’ajustement du calibrateur. L’ajustement du calibrateur ajoute une colonne nommée « Probabilité » au schéma. Si vous avez déjà une telle colonne, une nouvelle colonne est ajoutée. Les mêmes données d’annotation produites par Microsoft.ML.Data.AnnotationUtils.GetTrainerOutputAnnotation(System.Boolean) sont marquées comme étant présentes sur la sortie, si elles sont présentes sur la colonne de score d’entrée.

Microsoft.ML.SchemaShape IEstimator<CalibratorTransformer<TICalibrator>>.GetOutputSchema (Microsoft.ML.SchemaShape inputSchema);
abstract member Microsoft.ML.IEstimator<Microsoft.ML.Calibrators.CalibratorTransformer<TICalibrator>>.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
override this.Microsoft.ML.IEstimator<Microsoft.ML.Calibrators.CalibratorTransformer<TICalibrator>>.GetOutputSchema : Microsoft.ML.SchemaShape -> Microsoft.ML.SchemaShape
Function GetOutputSchema (inputSchema As SchemaShape) As SchemaShape Implements IEstimator(Of CalibratorTransformer(Of TICalibrator)).GetOutputSchema

Paramètres

inputSchema
SchemaShape

Objet SchemaShape d'entrée.

Retours

Implémente

S’applique à