| Package | Description |
|---|---|
| gov.sandia.cognition.framework.learning |
Provides a mechanism for putting learned objects into the Cognitive
Framework.
|
| gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverters. |
| Class and Description |
|---|
| CogxelConverter
The CogxelConverter interface defines the functionality required for an
object to act as a converter from some DataType to and from a CogxelState
object.
|
| Class and Description |
|---|
| AbstractCogxelConverter
Partial implementation of CogxelConverter
|
| AbstractCogxelPairConverter
Partial implementation of CogxelConverters based on a Pair
|
| CogxelBooleanConverter
Implements a
CogxelConverter that encodes booleans as positive and
negative values (+1/-1). |
| CogxelConverter
The CogxelConverter interface defines the functionality required for an
object to act as a converter from some DataType to and from a CogxelState
object.
|
| CogxelDoubleConverter
The CogxelDoubleConverter class converts a Cogxel to and from a double
value by using its activation.
|
| CogxelInputOutputPairConverter
The InputOutputPairCogxelConverter class implements a converter to and from
Cogxels to InputOutputPair objects.
|
| CogxelMatrixConverter
The CogxelVectorConverter implements a converter to convert Cogxels to and
from Matrix objects.
|
| CogxelVectorCollectionConverter
Converts a Collection of Vectors to and from a CogxelState
|
| CogxelVectorConverter
The CogxelVectorConverter implements a converter to convert Cogxels to and
from Vector objects.
|
| CogxelWeightedInputOutputPairConverter
A CogxelConverter for creating WeightedInputOutputPairs
|