| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.perceptron |
Provides the Perceptron algorithm and some of its variations.
|
| gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinearMultiCategorizer<CategoryType> |
BatchMultiPerceptron.result
The linear categorizer created by the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
LinearMultiCategorizer<CategoryType> |
OnlineMultiPerceptron.createInitialLearnedObject() |
LinearMultiCategorizer<CategoryType> |
BatchMultiPerceptron.getResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BatchMultiPerceptron.setResult(LinearMultiCategorizer<CategoryType> result)
Sets the result of the algorithm.
|
void |
OnlineMultiPerceptron.update(LinearMultiCategorizer<CategoryType> target,
InputOutputPair<? extends Vectorizable,CategoryType> example) |
void |
OnlineMultiPerceptron.UniformUpdate.update(LinearMultiCategorizer<CategoryType> target,
InputOutputPair<? extends Vectorizable,CategoryType> example) |
void |
OnlineMultiPerceptron.ProportionalUpdate.update(LinearMultiCategorizer<CategoryType> target,
InputOutputPair<? extends Vectorizable,CategoryType> example) |
| Modifier and Type | Method and Description |
|---|---|
LinearMultiCategorizer<CategoryType> |
LinearMultiCategorizer.clone() |