Interface: ConformalPredictResponse
@kortexya/reasoninglayer / Conformal / ConformalPredictResponse
Interface: ConformalPredictResponse
Defined in: src/types/conformal.ts:167
Response of POST /api/v1/conformal/predict.
Properties
coverageCertificate
coverageCertificate:
CoverageCertificate
Defined in: src/types/conformal.ts:169
Coverage certificate summarising the calibration parameters.
predictions
predictions:
ConformalPrediction[]
Defined in: src/types/conformal.ts:171
Per-input conformal prediction results, in request order.