Skip to content

Interface: CalibrationReportDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / CalibrationReportDto

Interface: CalibrationReportDto

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

ECE calibration report.

Properties

augmentationTargets

augmentationTargets: AugmentationTargetDto[]

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

Sorts needing augmentation (sorted by priority).


globalAccuracy

globalAccuracy: number

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

Global accuracy.


globalEce

globalEce: number

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

Global ECE (weighted average across sorts).


sortCalibrations

sortCalibrations: SortCalibrationDto[]

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

Per-sort calibration results.


totalPredictions

totalPredictions: number

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

Total predictions analyzed.