次の方法で共有


CalibratorEstimatorBase<TICalibrator>.IEstimator<CalibratorTransformer<TICalibrator>>.GetOutputSchema メソッド

定義

校正器を適合した後のIDataView出力SchemaShapeを取得します。 校正器を適合すると、"確率" という名前の列がスキーマに追加されます。 このような列が既にある場合は、新しい列が追加されます。 生成される 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

戻り値

実装

適用対象