CalibratorEstimatorBase<TICalibrator>.IEstimator<CalibratorTransformer<TICalibrator>>.GetOutputSchema Method

Definition

Gets the output SchemaShape of the IDataView after fitting the calibrator. Fitting the calibrator will add a column named "Probability" to the schema. If you already had such a column, a new one will be added. The same annotation data that would be produced by Microsoft.ML.Data.AnnotationUtils.GetTrainerOutputAnnotation(System.Boolean) is marked as being present on the output, if it is present on the input score column.

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

Parameters

inputSchema
SchemaShape

The input SchemaShape.

Returns

Implements

Applies to