Class MaxEntFLPRConstraints.MaxEntFLPRConstraint
- java.lang.Object
-
- cc.mallet.classify.constraints.pr.MaxEntFLPRConstraints.MaxEntFLPRConstraint
-
- Direct Known Subclasses:
MaxEntL2FLPRConstraints.MaxEntL2FLPRConstraint
- Enclosing class:
- MaxEntFLPRConstraints
protected abstract class MaxEntFLPRConstraints.MaxEntFLPRConstraint extends java.lang.Object
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCount()
double[]
getExpectation()
double[]
getTarget()
double
getWeight()
-