| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
| Modifier and Type | Method and Description |
|---|---|
VotingCategorizerEnsemble<InputType,CategoryType,MemberType> |
OnlineBaggingCategorizerLearner.createInitialLearnedObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
OnlineBaggingCategorizerLearner.update(VotingCategorizerEnsemble<InputType,CategoryType,MemberType> target,
InputOutputPair<? extends InputType,CategoryType> data) |
void |
OnlineBaggingCategorizerLearner.update(VotingCategorizerEnsemble<InputType,CategoryType,MemberType> target,
InputType input,
CategoryType category) |