Class Vote
- java.lang.Object
-
- moa.classifiers.rules.core.voting.Vote
-
public class Vote extends Object
Vote class for weighted votes based on estimates of errors.- Version:
- $Revision: 1 $
- Author:
- João Duarte (jmduarte@inescporto.pt)
-
-
Constructor Summary
Constructors Constructor Description Vote(double[] vote, double error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getError()
double[]
getVote()
void
normalize()
void
setError(double error)
void
setVote(double[] vote)
double
sumVoteDistrib()
-