Class MaxEntFLPRConstraints.MaxEntFLPRConstraint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double count  
      protected double[] expectation  
      protected double[] target  
      protected double weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxEntFLPRConstraint​(double[] target, double weight)  
    • Field Detail

      • count

        protected double count
      • weight

        protected double weight
      • target

        protected double[] target
      • expectation

        protected double[] expectation
    • Constructor Detail

      • MaxEntFLPRConstraint

        public MaxEntFLPRConstraint​(double[] target,
                                    double weight)
    • Method Detail

      • getTarget

        public double[] getTarget()
      • getExpectation

        public double[] getExpectation()
      • getCount

        public double getCount()
      • getWeight

        public double getWeight()