Skip to content

Interface: ExtractionPredictionDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / ExtractionPredictionDto

Interface: ExtractionPredictionDto

Defined in: src/types/synthetic.ts:20

An extraction prediction with confidence and correctness for ECE calibration.

Properties

confidence

confidence: number

Defined in: src/types/synthetic.ts:22

Model confidence (0.0 to 1.0).


featureName?

optional featureName: string | null

Defined in: src/types/synthetic.ts:24

Feature name (if feature-level prediction).


isCorrect

isCorrect: boolean

Defined in: src/types/synthetic.ts:26

Whether the prediction was correct.


sortId

sortId: string

Defined in: src/types/synthetic.ts:28

Sort UUID this prediction pertains to.