Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
Modifier and Type | Class and Description |
---|---|
static class |
BaggingCategorizerLearner.OutOfBagErrorStoppingCriteria<InputType,CategoryType>
Implements a stopping criteria for bagging that uses the out-of-bag
error to determine when to stop learning the ensemble.
|
static class |
IVotingCategorizerLearner.OutOfBagErrorStoppingCriteria<InputType,CategoryType>
Implements a stopping criteria for IVoting that uses the out-of-bag
error to determine when to stop learning the ensemble.
|