| Package | Description |
|---|---|
| gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverters. |
| Modifier and Type | Class and Description |
|---|---|
class |
CogxelInputOutputPairConverter<InputType,OutputType>
The InputOutputPairCogxelConverter class implements a converter to and from
Cogxels to InputOutputPair objects.
|
class |
CogxelTargetEstimatePairConverter<TargetType,EstimateType>
CogxelConverter based on a TargetEstimatePair.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCogxelPairConverter<FirstType,SecondType,PairType> |
AbstractCogxelPairConverter.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractCogxelPairConverter.equals(AbstractCogxelPairConverter<?,?,?> other)
Returns true if the two converters have equal internal converters.
|