Skip to content

Interface: SoftUnifyResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / CDL / SoftUnifyResponse

Interface: SoftUnifyResponse

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

Response for soft unification.

Properties

confidence

confidence: number

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

Overall confidence score (0.0-1.0).


elapsedMs

elapsedMs: number

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

Processing time in milliseconds.


featureScore

featureScore: number

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

Feature compatibility score.


hardCompatible

hardCompatible: boolean

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

Whether the terms are hard-compatible (classical unification).


sortScore

sortScore: number

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

Sort compatibility score.