Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverter s. |
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCogxelFactory
This class implements a CogxelFactory that returns the default type of
DefaultCogxel.
|
Modifier and Type | Method and Description |
---|---|
Cogxel |
CogxelState.getOrCreateCogxel(SemanticIdentifier identifier,
CogxelFactory factory)
Attempts to get an existing Cogxel for a given SemanticIdentifier.
|
Modifier and Type | Method and Description |
---|---|
CogxelFactory |
CogxelBooleanConverter.getCogxelFactory()
Gets the CogxelFactory used to create the cogxels used by the converter.
|
CogxelFactory |
CogxelDoubleConverter.getCogxelFactory()
Gets the CogxelFactory used to create the Cogxels used by the converter.
|
CogxelFactory |
CogxelVectorConverter.getCogxelFactory()
Gets the CogxelFactory used to create the Cogxels used by the converter.
|
Modifier and Type | Method and Description |
---|---|
void |
CogxelBooleanConverter.setCogxelFactory(CogxelFactory cogxelFactory)
Gets the CogxelFactory used to create the cogxels used by the converter.
|
void |
CogxelDoubleConverter.setCogxelFactory(CogxelFactory cogxelFactory)
Gets the CogxelFactory used to create the Cogxels used by the converter.
|
void |
CogxelVectorConverter.setCogxelFactory(CogxelFactory cogxelFactory)
Gets the CogxelFactory used to create the Cogxels used by the converter.
|
Constructor and Description |
---|
CogxelBooleanConverter(SemanticLabel label,
SemanticIdentifierMap semanticIdentifierMap,
CogxelFactory cogxelFactory)
Creates a new instance of CogxelBooleanConverter.
|
CogxelDoubleConverter(SemanticLabel label,
SemanticIdentifierMap semanticIdentifierMap,
CogxelFactory cogxelFactory)
Creates a new instance of CogxelDoubleConverter.
|
CogxelVectorConverter(java.lang.Iterable<SemanticLabel> labels,
SemanticIdentifierMap semanticIdentifierMap,
VectorFactory<?> vectorFactory,
CogxelFactory cogxelFactory)
Creates a new CogxelVectorConverter.
|
CogxelVectorConverter(SemanticLabel[] labels,
SemanticIdentifierMap semanticIdentifierMap,
VectorFactory<?> vectorFactory,
CogxelFactory cogxelFactory)
Creates a new CogxelVectorConverter
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanActivatableCogxelFactory
This class implements a CogxelFactory, which creates ActivatableCogxels.
|
Modifier and Type | Method and Description |
---|---|
protected CogxelFactory |
ArrayBasedPerceptionModule.getCogxelFactory()
Getter for cogxelFactory
|
CogxelFactory |
ArrayBasedPerceptionModuleFactory.getCogxelFactory()
Gets the CogxelFactory to be used by the module.
|
CogxelFactory |
VectorBasedPerceptionModule.getCogxelFactory()
Getter for cogxelFactory
|
CogxelFactory |
VectorBasedPerceptionModuleFactory.getCogxelFactory()
Getter for cogxelFactory
|
Modifier and Type | Method and Description |
---|---|
Cogxel |
CogxelStateLite.getOrCreateCogxel(SemanticIdentifier identifier,
CogxelFactory factory)
Attempts to get an existing Cogxel for a given SemanticIdentifier.
|
protected void |
ArrayBasedPerceptionModule.setCogxelFactory(CogxelFactory cogxelFactory)
Sets the cogxel factory to use.
|
void |
VectorBasedPerceptionModule.setCogxelFactory(CogxelFactory cogxelFactory)
Setter for cogxelFactory
|
void |
VectorBasedPerceptionModuleFactory.setCogxelFactory(CogxelFactory cogxelFactory)
Setter for cogxelFactory
|
Constructor and Description |
---|
ArrayBasedPerceptionModule(SemanticIdentifierMap semanticIdentifierMap,
CogxelFactory cogxelFactory)
Creates a new instance of ArrayBasedPerceptionModule.
|
ArrayBasedPerceptionModuleFactory(CogxelFactory cogxelFactory)
Creates a new instance of ArrayBasedPerceptionModuleFactory.
|
VectorBasedPerceptionModule(CogxelFactory cogxelFactory)
Creates a new instance of VectorBasedPerceptionModule
|
VectorBasedPerceptionModuleFactory(CogxelFactory cogxelFactory)
Creates a new instance of VectorBasedPerceptionModuleFactory
|