| Package | Description | 
|---|---|
| gov.sandia.cognition.learning.algorithm.svm | Provides implementations of Support Vector Machine (SVM) learning algorithms. | 
| gov.sandia.cognition.learning.data | Provides data set utilities for learning. | 
| gov.sandia.cognition.learning.function.kernel | Provides kernel functions. | 
| gov.sandia.cognition.util | Provides general utility classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | SuccessiveOverrelaxation.EntryThe  Entryclass represents the data that the algorithm keeps
 about each training example. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WeightedInputOutputPair<InputType,OutputType>The  WeightedInputOutputPairclass implements an additional
 weighting term on anInputOutputPair, typically used to inform
 learning algorithms of the relative weight between examples. | 
| interface  | WeightedTargetEstimatePair<TargetType,EstimateType>Extends  TargetEstimatePairwith an additional weight field. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultWeightedInputOutputPair<InputType,OutputType>A default implementation of the  WeightedInputOutputPairinterface. | 
| class  | DefaultWeightedTargetEstimatePair<TargetType,EstimateType>Extends  TargetEstimatePairwith an additional weight field. | 
| class  | DefaultWeightedValueDiscriminant<ValueType>An implementation of  ValueDiscriminantPairthat stores a double
 as the discriminant. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WeightedKernel<InputType>The  WeightedKernelclass implements a kernel that takes another 
 kernel, evaluates it, and then the result is rescaled by a given weight. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WeightedPair<FirstType,SecondType>The  WeightedPairinterface defines an extension of a normalPairthat includes an additional weight. | 
| interface  | WeightedValue<ValueType>Interface for a wrapper for a value that associates a weight with it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractWeightedContainer class for a Weighted object | 
| class  | DefaultWeightedPair<FirstType,SecondType>The  DefaultWeightedPairclass extends theDefaultPairclass 
 to add a weight to the pair. | 
| class  | DefaultWeightedValue<ValueType>The  WeightedValueclass implements a simple generic container
 that holds a value and a weight assigned to the value. |