Package | Description |
---|---|
moa.classifiers.rules.multilabel | |
moa.classifiers.rules.multilabel.core.voting |
Modifier and Type | Method and Description |
---|---|
ErrorWeightedVoteMultiLabel |
AMRulesMultiLabelLearnerSemiSuper.getVotes(MultiLabelInstance instance)
getVotes extension of the instance method getVotesForInstance
in moa.classifier.java
returns the prediction of the instance.
|
ErrorWeightedVoteMultiLabel |
AMRulesMultiLabelLearner.getVotes(MultiLabelInstance instance)
getVotes extension of the instance method getVotesForInstance
in moa.classifier.java
returns the prediction of the instance.
|
ErrorWeightedVoteMultiLabel |
AMRulesMultiLabelLearnerSemiSuper.newErrorWeightedVote() |
ErrorWeightedVoteMultiLabel |
AMRulesMultiLabelLearner.newErrorWeightedVote() |
ErrorWeightedVoteMultiLabel |
AMRulesMultiTargetRegressor.newErrorWeightedVote() |
Modifier and Type | Class and 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.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.