1 write to _calibrator
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
252_calibrator = calibrator;
3 references to _calibrator
Microsoft.ML.Data (3)
Prediction\CalibratorCatalog.cs (3)
247bool ICanSaveOnnx.CanSaveOnnx(OnnxContext ctx) => _calibrator is ICanSaveOnnx onnxMapper ? onnxMapper.CanSaveOnnx(ctx) : false; 271if (_calibrator is ISingleCanSaveOnnx onnx) 326dst = _calibrator.PredictProbability(score);