Type Alias: LtnQueryKind
@kortexya/reasoninglayer / LTN / LtnQueryKind
Type Alias: LtnQueryKind
LtnQueryKind =
"ground"|"truth"|"value"|"generalisation"
Defined in: src/types/ltn.ts:134
The LTN query kind.
Remarks
ground— neural predicate grounding of one individual.truth—G_θ(φ), the truth degree of the formula given byrules.value— the per-rule learned certainties ofrules.generalisation— score the formula (sort+certainty) on unseeninstances.