| Package | Description |
|---|---|
| gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
| gov.sandia.cognition.util |
Provides general utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeightedInputOutputPair<InputType,OutputType>
The
WeightedInputOutputPair class implements an additional
weighting term on an InputOutputPair, typically used to inform
learning algorithms of the relative weight between examples. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWeightedInputOutputPair<InputType,OutputType>
A default implementation of the
WeightedInputOutputPair interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWeightedPair<FirstType,SecondType>
The
DefaultWeightedPair class extends the DefaultPair class
to add a weight to the pair. |