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.util |
Provides general utility classes.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SuccessiveOverrelaxation.Entry
The
Entry class represents the data that the algorithm keeps
about each training example. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWeightedValueDiscriminant<ValueType>
An implementation of
ValueDiscriminantPair that stores a double
as the discriminant. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWeightedValue<ValueType>
The
WeightedValue class implements a simple generic container
that holds a value and a weight assigned to the value. |