|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectJoinTreeInference
public class JoinTreeInference
Constructor Summary | |
---|---|
JoinTreeInference(IntSet indicatorVars,
Table[] cpts,
IntList eliminationOrder)
|
|
JoinTreeInference(IntSet indicatorVars,
Table[] cpts,
int reps,
Random seed)
|
|
JoinTreeInference(Table[] cpts,
IntList eliminationOrder)
|
|
JoinTreeInference(Table[] cpts,
int reps,
Random seed)
|
Method Summary | |
---|---|
void |
clearEvidence(int var)
|
double[] |
getPartial(int var)
|
IntSet |
indicators()
|
double |
probability()
|
void |
setEvidence(int var,
int val)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinTreeInference(Table[] cpts, IntList eliminationOrder)
public JoinTreeInference(Table[] cpts, int reps, Random seed)
public JoinTreeInference(IntSet indicatorVars, Table[] cpts, int reps, Random seed)
public JoinTreeInference(IntSet indicatorVars, Table[] cpts, IntList eliminationOrder)
Method Detail |
---|
public void setEvidence(int var, int val)
public void clearEvidence(int var)
public double[] getPartial(int var)
public IntSet indicators()
public double probability()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |