Package | Description |
---|---|
gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverter s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCogxelPairConverter<FirstType,SecondType,PairType extends Pair<FirstType,SecondType>>
Partial implementation of CogxelConverters based on a Pair
|
class |
CogxelBooleanConverter
Implements a
CogxelConverter that encodes booleans as positive and
negative values (+1/-1). |
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.
|