|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMapTree
public class MapTree
Constructor Summary | |
---|---|
MapTree(JoinTree jt,
Table[] potentials,
IntSet mapvars,
double bound)
|
|
MapTree(Table[] potentials,
int reps,
Random seed,
IntSet mapvars,
double bound)
|
Method Summary | |
---|---|
Domain |
domain()
|
MapTree.Tree |
ensureMapSummations(MapTree.Tree t,
IntSet mapvars)
|
double |
getValue()
|
IntList |
mapOrdering()
|
void |
sanityCheck()
|
void |
setSelectedValue(int mapvar,
int value)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapTree(Table[] potentials, int reps, Random seed, IntSet mapvars, double bound)
public MapTree(JoinTree jt, Table[] potentials, IntSet mapvars, double bound)
Method Detail |
---|
public Domain domain()
public IntList mapOrdering()
public double getValue()
public void setSelectedValue(int mapvar, int value)
public void sanityCheck()
public MapTree.Tree ensureMapSummations(MapTree.Tree t, IntSet mapvars)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |