共用方式為


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

傳回

實作

適用於