Skip to content

Interface: ActivationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ActivationDto

Interface: ActivationDto

Defined in: src/types/cognitive.ts:126

Activation level for a term in ACT-R spreading activation.

Properties

baseLevel

baseLevel: number

Defined in: src/types/cognitive.ts:130

Base-level activation.


label?

optional label: string | null

Defined in: src/types/cognitive.ts:138

First meaningful string feature value as label.


sortName?

optional sortName: string | null

Defined in: src/types/cognitive.ts:136

Sort name of the referenced term.


spreadLevel

spreadLevel: number

Defined in: src/types/cognitive.ts:132

Spreading activation.


termId

termId: string

Defined in: src/types/cognitive.ts:128

Term ID (UUID).


total

total: number

Defined in: src/types/cognitive.ts:134

Total activation (base + spread).