Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
gov.sandia.cognition.learning.function.categorization |
Provides functions that output a discrete set of categories.
|
Modifier and Type | Class and Description |
---|---|
class |
VotingCategorizerEnsemble<InputType,CategoryType,MemberType extends Evaluator<? super InputType,? extends CategoryType>>
An ensemble of categorizers that determine the result based on an
equal-weight vote.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryVersusCategorizer<InputType,CategoryType>
An adapter that allows binary categorizers to be adapted for multi-category
problems by applying a binary categorizer to each pair of categories.
|
class |
WinnerTakeAllCategorizer<InputType,CategoryType>
Adapts an evaluator that outputs a vector to be used as a categorizer.
|