다음을 통해 공유


CalibratorEstimatorBase<TICalibrator>.IEstimator<CalibratorTransformer<TICalibrator>>.GetOutputSchema 메서드

정의

보정기를 맞추는 IDataView 후의 출력 SchemaShape 을 가져옵니다. 보정기를 맞추면 스키마에 "Probability"라는 열이 추가됩니다. 이러한 열이 이미 있는 경우 새 열이 추가됩니다. 입력 점수 열에 Microsoft.ML.Data.AnnotationUtils.GetTrainerOutputAnnotation(System.Boolean) 있는 경우 생성되는 동일한 주석 데이터가 출력에 있는 것으로 표시됩니다.

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

매개 변수

inputSchema
SchemaShape

입력 SchemaShape입니다.

반환

구현

적용 대상