edu.washington.cs.supple.render.utility
Class FactorUncertaintyMeasure
java.lang.Object
edu.washington.cs.supple.render.utility.FactorUncertaintyMeasure
- public class FactorUncertaintyMeasure
- extends java.lang.Object
- Author:
- kgajos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factorName
protected java.lang.String factorName
constraints
protected java.util.ArrayList constraints
intersections
protected double[] intersections
violatedConstraintsPerInterval
protected int[] violatedConstraintsPerInterval
uncertaintyCache
protected double uncertaintyCache
FactorUncertaintyMeasure
public FactorUncertaintyMeasure(java.lang.String factorName)
addConstraint
public void addConstraint(FactorConstraint constraint)
addConstraints
public void addConstraints(java.util.Collection constraints)
removeConstraint
protected void removeConstraint(FactorConstraint constraint)
getUncertaintyMeasure
public double getUncertaintyMeasure(FactoredCostFunctionState state)
hypothesizeUncertaintyMeasure
public double hypothesizeUncertaintyMeasure(FactorConstraint constraint,
FactoredCostFunctionState state)