Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.ensemble |
Provides ensemble methods.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryBalancedIVotingLearner<InputType,CategoryType>
An extension of IVoting for dealing with skew problems that makes sure that
there are an equal number of examples from each category in each sample that
an ensemble member is trained on.
|
Modifier and Type | Field and Description |
---|---|
protected IVotingCategorizerLearner<InputType,CategoryType> |
IVotingCategorizerLearner.OutOfBagErrorStoppingCriteria.learner
The learner the stopping criteria is for.
|