Interface: FuzzySubsumptionRequest
@kortexya/reasoninglayer / Fuzzy / FuzzySubsumptionRequest
Interface: FuzzySubsumptionRequest
Defined in: src/types/fuzzy.ts:77
Request to check fuzzy subsumption between two terms.
Properties
generalTermId
generalTermId:
string
Defined in: src/types/fuzzy.ts:79
The general (more abstract) term ID (UUID).
specificTermId
specificTermId:
string
Defined in: src/types/fuzzy.ts:81
The specific (more concrete) term ID (UUID).
threshold?
optionalthreshold:number|null
Defined in: src/types/fuzzy.ts:83
Optional minimum threshold for subsumption.