Package | Description |
---|---|
gov.sandia.cognition.framework.learning |
Provides a mechanism for putting learned objects into the Cognitive
Framework.
|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorBasedCognitiveModule<InputType,OutputType>
The EvaluatorBasedCognitiveModule implements a CognitiveModule that wraps an
Evaluator object.
|
class |
StatefulEvaluatorBasedCognitiveModule<InputType,OutputType>
The StatefulEvaluatorBasedCognitiveModule implements a CognitiveModule that
wraps a StatefulEvaluator object.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBasedPerceptionModule
The ArrayBasedPerceptionModule class implements a simple CognitiveModule that
sets the state of Cogxels based on a given input of SemanticIdentifiers and
their associated activation values.
|