Package | Description |
---|---|
gov.sandia.cognition.framework.concurrent |
Provides a concurrent implementation of teh Cognitive Framework.
|
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 |
AbstractConcurrentCognitiveModule
The AbstractConcurrentCognitiveModule class is an abstract class that
implements common functionality of classes that implement the
ConcurrentCognitiveModule interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConcurrentCognitiveModule> |
MultithreadedCognitiveModel.getModules()
Gets the modules in the model.
|
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.
|