Skip to content

Interface: ConformalPredictRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Conformal / ConformalPredictRequest

Interface: ConformalPredictRequest

Defined in: src/types/conformal.ts:102

Body of POST /api/v1/conformal/predict — apply a pre-computed τ.

Properties

alpha

alpha: number

Defined in: src/types/conformal.ts:107

Target miscoverage α used during calibration (echoed into the coverage certificate).


nCalibrationSamples

nCalibrationSamples: number

Defined in: src/types/conformal.ts:112

Number of calibration samples that produced the threshold (used to populate the certificate).


testInputs

testInputs: TestInput[]

Defined in: src/types/conformal.ts:114

Test inputs to predict for. Maximum 10 000 per request.


threshold

threshold: number

Defined in: src/types/conformal.ts:116

Non-conformity threshold τ returned by a prior calibrate call.