Uses of Class
moa.classifiers.rules.core.voting.AbstractErrorWeightedVote
-
Packages that use AbstractErrorWeightedVote Package Description moa.classifiers.rules.core.voting -
-
Uses of AbstractErrorWeightedVote in moa.classifiers.rules.core.voting
Subclasses of AbstractErrorWeightedVote in moa.classifiers.rules.core.voting Modifier and Type Class Description class
ExpNegErrorWeightedVote
ExpNegErrorWeightedVote class for weighted votes based on estimates of errors.class
InverseErrorWeightedVote
InverseErrorWeightedVoteMultiLabel class for weighted votes based on estimates of errors.class
MinErrorWeightedVote
MinErrorWeightedVote class for weighted votes based on estimates of errors.class
OneMinusErrorWeightedVote
class
UniformWeightedVote
UniformWeightedVote class for weighted votes based on estimates of errors.
-