Class MultiLabelVote


  • public class MultiLabelVote
    extends Object
    • Field Detail

      • error

        protected double error
    • Constructor Detail

      • MultiLabelVote

        public MultiLabelVote​(Prediction vote,
                              double error)
    • Method Detail

      • setVote

        public void setVote​(Prediction vote)
      • getError

        public double getError()
      • setError

        public void setError​(double error)
      • sumVoteDistrib

        public double[] sumVoteDistrib()
      • normalize

        public void normalize()