Skip to content

Interface: DerivedInferenceResultDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / CDL / DerivedInferenceResultDto

Interface: DerivedInferenceResultDto

Defined in: src/types/cdl.ts:192

Single pair inference result from the derived layer.

Properties

combinedConfidence

combinedConfidence: number

Defined in: src/types/cdl.ts:200

Combined confidence.


gateValue

gateValue: number

Defined in: src/types/cdl.ts:196

Gate value.


matchScore

matchScore: number

Defined in: src/types/cdl.ts:194

Match score.


proceed

proceed: boolean

Defined in: src/types/cdl.ts:198

Whether to proceed.


sortPredictions

sortPredictions: Record<string, number>

Defined in: src/types/cdl.ts:202

Sort predictions (sort name to probability).