Uses of Class
moa.classifiers.rules.multilabel.core.voting.AbstractErrorWeightedVoteMultiLabel
-
Packages that use AbstractErrorWeightedVoteMultiLabel Package Description moa.classifiers.rules.multilabel.core.voting -
-
Uses of AbstractErrorWeightedVoteMultiLabel in moa.classifiers.rules.multilabel.core.voting
Subclasses of AbstractErrorWeightedVoteMultiLabel in moa.classifiers.rules.multilabel.core.voting Modifier and Type Class Description class
FirstHitVoteMultiLabel
FirstHitVoteMultiLabel class for weighted votes based on estimates of errors.class
InverseErrorWeightedVoteMultiLabel
InverseErrorWeightedVoteMuliLabel class for weighted votes based on estimates of errors.class
UniformWeightedVoteMultiLabel
UniformWeightedVote class for weighted votes based on estimates of errors.
-