|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umich.soar.hpp.HPPCPTEntry
edu.umich.soar.hpp.HPPCPTBinaryEntry
public class HPPCPTBinaryEntry
Specialization of CPT Entry for the case of binary value
Constructor Summary | |
---|---|
HPPCPTBinaryEntry(HPPConstraint[] conditions,
boolean value,
double probability)
Utility constructor that assumes boolean value |
Method Summary |
---|
Methods inherited from class edu.umich.soar.hpp.HPPCPTEntry |
---|
addCondition, addValue, getConditions, getValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HPPCPTBinaryEntry(HPPConstraint[] conditions, boolean value, double probability)
conditions
- array of symbolic constraintsvalue
- variable valueprobability
- probability of taking the value given the conditions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |