Skip to content

Interface: ContainmentVerificationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / NeuroSymbolic / ContainmentVerificationDto

Interface: ContainmentVerificationDto

Defined in: src/types/neuro-symbolic.ts:90

Containment verification results.

Properties

accuracy

accuracy: number

Defined in: src/types/neuro-symbolic.ts:92

Accuracy (correct_pairs / total_pairs).


correctPairs

correctPairs: number

Defined in: src/types/neuro-symbolic.ts:94

Number of pairs where containment correctly matches the hierarchy.


totalPairs

totalPairs: number

Defined in: src/types/neuro-symbolic.ts:96

Total number of sort pairs checked.


violationCount

violationCount: number

Defined in: src/types/neuro-symbolic.ts:98

Number of violations.