Skip to content

Interface: ActivationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ActivationDto

Interface: ActivationDto

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

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

Properties

baseLevel

baseLevel: number

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

Base-level activation.


label?

optional label: string | null

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

First meaningful string feature value as label.


sortName?

optional sortName: string | null

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

Sort name of the referenced term.


spreadLevel

spreadLevel: number

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

Spreading activation.


termId

termId: string

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

Term ID (UUID).


total

total: number

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

Total activation (base + spread).