Package edu.memphis.ccrg.lida.pam

Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation.

See:
          Description

Interface Summary
PamLink A Link in PerceptualAssociativeMemory
PamLinkable A Learnable Linkable, a PamNode or PamLink
PamListener A PamListener receives percepts from PerceptualAssociativeMemory asynchronously.
PamNode A PamNode is a Node which resides in PerceptualAssociativeMemory and represents a feature or a concept.
PerceptualAssociativeMemory A main module which contains feature detectors, nodes, and links.
PropagationStrategy A Strategy that calculates an activation to be propagated.
 

Class Summary
BasicPamInitializer An Initializer for PerceptualAssociativeMemory which receives a parameter named 'nodes' containing a list of node labels.
PamLinkImpl Default implementation of PamLink.
PamNodeImpl Default implementation of PamNode.
PerceptualAssociativeMemoryImpl Default implementation of PerceptualAssociativeMemory.
PerceptualAssociativeMemoryImpl.PamNodeStructure Internal implementation of NodeStructureImpl.
UpscalePropagationStrategy Calculates a new activation using an upscale parameter.
 

Package edu.memphis.ccrg.lida.pam Description

Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation.