Uses of Interface
moa.classifiers.rules.core.voting.ErrorWeightedVote
-
Packages that use ErrorWeightedVote Package Description moa.classifiers.rules moa.classifiers.rules.core.voting -
-
Uses of ErrorWeightedVote in moa.classifiers.rules
Methods in moa.classifiers.rules that return ErrorWeightedVote Modifier and Type Method Description abstract ErrorWeightedVote
AbstractAMRules. newErrorWeightedVote()
ErrorWeightedVote
AMRulesRegressorOld. newErrorWeightedVote()
-
Uses of ErrorWeightedVote in moa.classifiers.rules.core.voting
Classes in moa.classifiers.rules.core.voting that implement ErrorWeightedVote Modifier and Type Class Description class
AbstractErrorWeightedVote
AbstractErrorWeightedVote class for weighted votes based on estimates of errors.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.
-