Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the 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 | Interface and Description |
---|---|
interface |
ShareableCognitiveModuleSettings
The ShareableCognitiveModuleSettings is an interface for module settings
that can be shared between two instances of a CognitiveModule.
|
Modifier and Type | Method and Description |
---|---|
CognitiveModuleSettings |
CognitiveModule.getSettings()
Gets the settings for the module, which can be used to create another
instantation of a module.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorBasedCognitiveModuleSettings<InputType,OutputType>
The EvaluatorBasedCognitiveModuleSettings class implements the settings for
the EvaluatorBasedCognitiveModule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutablePatternRecognizerLite
The MutablePatternRecognizerLite interface extends the PatternRecognizerLite
interface to add methods for changing the recognizer dynamically.
|
interface |
PatternRecognizerLite
The PatternRecognizerLite interface defines the functionality needed by a
pattern recognizer that is to be used by a SemanticMemoryLite.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedSemanticMemoryLiteSettings
The SharedSemanticMemoryLiteSettings class implements the settings for
the SharedSemanticMemoryLite module.
|
class |
SimplePatternRecognizer
The SimplePatternRecognizer class implements a simple version of the
PatternRecognizerLite interface.
|
Modifier and Type | Method and Description |
---|---|
CognitiveModuleSettings |
ArrayBasedPerceptionModule.getSettings()
Returns null because this module has no settings.
|
CognitiveModuleSettings |
VectorBasedPerceptionModule.getSettings()
Returns null because this module has no settings.
|