Class MultiLabelVote
- java.lang.Object
-
- moa.classifiers.rules.multilabel.core.voting.MultiLabelVote
-
public class MultiLabelVote extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
error
protected Prediction
vote
-
Constructor Summary
Constructors Constructor Description MultiLabelVote(Prediction vote, double error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getError()
Prediction
getVote()
void
normalize()
void
setError(double error)
void
setVote(Prediction vote)
double[]
sumVoteDistrib()
-
-
-
Field Detail
-
vote
protected Prediction vote
-
error
protected double error
-
-
Constructor Detail
-
MultiLabelVote
public MultiLabelVote(Prediction vote, double error)
-
-
Method Detail
-
getVote
public Prediction getVote()
-
setVote
public void setVote(Prediction vote)
-
getError
public double getError()
-
setError
public void setError(double error)
-
sumVoteDistrib
public double[] sumVoteDistrib()
-
normalize
public void normalize()
-
-