Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.perceptron.kernel | |
gov.sandia.cognition.learning.algorithm.svm |
Provides implementations of Support Vector Machine (SVM) learning algorithms.
|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
Modifier and Type | Class and Description |
---|---|
static class |
Forgetron.Result<InputType>
The result object learned by the
Forgetron , which extends
the DefaultKernelBinaryCategorizer with some additional state
information needed in the update step. |
Modifier and Type | Method and Description |
---|---|
KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> |
KernelAdatron.getResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
KernelAdatron.setLearned(KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> result)
Sets the object currently being result.
|
Modifier and Type | Field and Description |
---|---|
protected KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> |
SuccessiveOverrelaxation.result
The result categorizer.
|
Modifier and Type | Method and Description |
---|---|
KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> |
SequentialMinimalOptimization.getResult() |
KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> |
SuccessiveOverrelaxation.getResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
SuccessiveOverrelaxation.setResult(KernelBinaryCategorizer<InputType,DefaultWeightedValue<InputType>> result)
Sets the object currently being result.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKernelBinaryCategorizer<InputType>
A default implementation of the
KernelBinaryCategorizer that uses
the standard way of representing the examples (supports) using a
DefaultWeightedValue . |
Constructor and Description |
---|
KernelBinaryCategorizer(KernelBinaryCategorizer<InputType,? extends EntryType> other)
Creates a new copy of a KernelBinaryCategorizer.
|