Interface: IterationMetricDto
@kortexya/reasoninglayer / CDL / IterationMetricDto
Interface: IterationMetricDto
Defined in: src/types/cdl.ts:82
Per-iteration metrics from differentiable FC.
Properties
activeRules
activeRules:
number
Defined in: src/types/cdl.ts:86
Number of active rules.
entropy
entropy:
number
Defined in: src/types/cdl.ts:90
Entropy of attention distribution.
iteration
iteration:
number
Defined in: src/types/cdl.ts:84
Iteration number.
maxAttention
maxAttention:
number
Defined in: src/types/cdl.ts:88
Maximum attention weight.
meanWeight
meanWeight:
number
Defined in: src/types/cdl.ts:94
Mean weight of derived facts.
newFacts
newFacts:
number
Defined in: src/types/cdl.ts:92
Number of new facts derived.