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

Definición

Obtiene la salida SchemaShape de después de IDataView ajustar el calibrador. Si se ajusta el calibrador, se agregará una columna denominada "Probabilidad" al esquema. Si ya tenía una columna de este tipo, se agregará una nueva. Los mismos datos de anotación que se generarían mediante Microsoft.ML.Data.AnnotationUtils.GetTrainerOutputAnnotation(System.Boolean) se marcan como presentes en la salida, si está presente en la columna de puntuación de entrada.

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

Parámetros

inputSchema
SchemaShape

Objeto SchemaShape de entrada.

Devoluciones

Implementaciones

Se aplica a