Skip to content

Interface: GoalResiduationResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Reasoning / GoalResiduationResponse

Interface: GoalResiduationResponse

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

Response from goal-level residuation analysis.

Properties

computationTimeMs

computationTimeMs: number

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

Computation time in milliseconds.


entries

entries: ResiduatedEntryDto[]

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

Residuated entries, sorted by info_gain descending.


rulesAnalysed

rulesAnalysed: number

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

Total number of rules analysed for the goal sort.