Skip to content

Interface: ResiduatedEntryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Reasoning / ResiduatedEntryDto

Interface: ResiduatedEntryDto

Defined in: src/types/reasoning.ts:214

A single residuated entry from goal-level residuation analysis.

Properties

featureName

featureName: string

Defined in: src/types/reasoning.ts:216

The sort name that is missing.


infoGain

infoGain: number

Defined in: src/types/reasoning.ts:218

Information gain: rule_count / total_rules for the goal.


neededBy

neededBy: string[]

Defined in: src/types/reasoning.ts:220

Rule head names that need this sort.


ruleCount

ruleCount: number

Defined in: src/types/reasoning.ts:222

Number of rules that require this sort.


wakeTrigger

wakeTrigger: string

Defined in: src/types/reasoning.ts:224

What would resolve this: “Provide a fact with sort ”.