Skip to content

Interface: SortCalibrationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / SortCalibrationDto

Interface: SortCalibrationDto

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

Per-sort calibration result from ECE analysis.

Properties

accuracy

accuracy: number

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

Overall accuracy for this sort.


ece

ece: number

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

Expected Calibration Error.


featureEce

featureEce: Record<string, number>

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

Feature-level ECE (if computed).


isOverconfident

isOverconfident: boolean

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

Whether the sort is overconfident.


isUnderconfident

isUnderconfident: boolean

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

Whether the sort is underconfident.


meanConfidence

meanConfidence: number

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

Mean confidence for this sort.


sortId

sortId: string

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

Sort UUID.


sortName

sortName: string

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

Sort name.


totalPredictions

totalPredictions: number

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

Total predictions for this sort.