Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.svm |
Provides implementations of Support Vector Machine (SVM) learning algorithms.
|
gov.sandia.cognition.util |
Provides general utility classes.
|
Modifier and Type | Method and Description |
---|---|
DefaultNamedValue<java.lang.Integer> |
SequentialMinimalOptimization.getPerformance() |
Modifier and Type | Method and Description |
---|---|
DefaultNamedValue<ValueType> |
DefaultNamedValue.clone() |
static <T> DefaultNamedValue<T> |
DefaultNamedValue.create(java.lang.String name,
T value)
Convenience method for creating an new
DefaultNamedValue . |
Modifier and Type | Method and Description |
---|---|
static <T extends Named> |
DefaultNamedValue.createNamedValuesList(java.util.Collection<T> values)
Creates a list of named values from a collection of named objects.
|
Constructor and Description |
---|
DefaultNamedValue(DefaultNamedValue<? extends ValueType> other)
Creates a shallow copy of the given DefaultNamedValue.
|