Class 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 Detail

      • Vote

        public Vote​(double[] vote,
                    double error)
    • Method Detail

      • getVote

        public double[] getVote()
      • setVote

        public void setVote​(double[] vote)
      • getError

        public double getError()
      • setError

        public void setError​(double error)
      • sumVoteDistrib

        public double sumVoteDistrib()
      • normalize

        public void normalize()