Uses of Interface
moa.classifiers.rules.multilabel.core.voting.ErrorWeightedVoteMultiLabel
-
Packages that use ErrorWeightedVoteMultiLabel Package Description moa.classifiers.rules.multilabel moa.classifiers.rules.multilabel.core.voting -
-
Uses of ErrorWeightedVoteMultiLabel in moa.classifiers.rules.multilabel
Methods in moa.classifiers.rules.multilabel that return ErrorWeightedVoteMultiLabel Modifier and Type Method Description ErrorWeightedVoteMultiLabel
AMRulesMultiLabelLearner. getVotes(MultiLabelInstance instance)
getVotes extension of the instance method getVotesForInstance in moa.classifier.java returns the prediction of the instance.ErrorWeightedVoteMultiLabel
AMRulesMultiLabelLearnerSemiSuper. getVotes(MultiLabelInstance instance)
getVotes extension of the instance method getVotesForInstance in moa.classifier.java returns the prediction of the instance.ErrorWeightedVoteMultiLabel
AMRulesMultiLabelLearner. newErrorWeightedVote()
ErrorWeightedVoteMultiLabel
AMRulesMultiLabelLearnerSemiSuper. newErrorWeightedVote()
ErrorWeightedVoteMultiLabel
AMRulesMultiTargetRegressor. newErrorWeightedVote()
-
Uses of ErrorWeightedVoteMultiLabel in moa.classifiers.rules.multilabel.core.voting
Classes in moa.classifiers.rules.multilabel.core.voting that implement ErrorWeightedVoteMultiLabel Modifier and Type Class Description class
AbstractErrorWeightedVoteMultiLabel
AbstractErrorWeightedVote class for weighted votes based on estimates of errors.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.
-