Interface: FuzzyUnifyResponse
@kortexya/reasoninglayer / Fuzzy / FuzzyUnifyResponse
Interface: FuzzyUnifyResponse
Defined in: src/types/fuzzy.ts:37
Response from fuzzy unification.
Properties
confidencePercent
confidencePercent:
number
Defined in: src/types/fuzzy.ts:41
Percentage representation (0-100).
degree
degree:
number
Defined in: src/types/fuzzy.ts:39
Unification degree mu in [0,1].
term
term:
TermDto
Defined in: src/types/fuzzy.ts:43
The unified term.