|
Drools :: Beliefs 6.2.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.beliefs.bayes.JunctionTree
public class JunctionTree
| Constructor Summary | |
|---|---|
JunctionTree(Graph<BayesVariable> graph,
JunctionTreeClique root,
JunctionTreeClique[] jtNodes,
JunctionTreeSeparator[] jtSeps)
|
|
JunctionTree(Graph<BayesVariable> graph,
JunctionTreeClique root,
JunctionTreeClique[] jtNodes,
JunctionTreeSeparator[] jtSeps,
boolean init)
|
|
| Method Summary | |
|---|---|
Graph<BayesVariable> |
getGraph()
|
JunctionTreeClique[] |
getJunctionTreeNodes()
|
JunctionTreeSeparator[] |
getJunctionTreeSeparators()
|
JunctionTreeClique |
getRoot()
|
void |
multipleVarNodePotential(GraphNode<BayesVariable> varNode,
double[] potentials,
BayesVariable[] vars,
int[] multipliers)
|
void |
recurseJTNodesAndInitialisePotentials(Graph graph,
JunctionTreeClique jtNode)
|
void |
setJunctionTreeNodes(JunctionTreeClique[] jtNodes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JunctionTree(Graph<BayesVariable> graph,
JunctionTreeClique root,
JunctionTreeClique[] jtNodes,
JunctionTreeSeparator[] jtSeps)
public JunctionTree(Graph<BayesVariable> graph,
JunctionTreeClique root,
JunctionTreeClique[] jtNodes,
JunctionTreeSeparator[] jtSeps,
boolean init)
| Method Detail |
|---|
public Graph<BayesVariable> getGraph()
public JunctionTreeClique getRoot()
public void recurseJTNodesAndInitialisePotentials(Graph graph,
JunctionTreeClique jtNode)
public void multipleVarNodePotential(GraphNode<BayesVariable> varNode,
double[] potentials,
BayesVariable[] vars,
int[] multipliers)
public JunctionTreeClique[] getJunctionTreeNodes()
public JunctionTreeSeparator[] getJunctionTreeSeparators()
public void setJunctionTreeNodes(JunctionTreeClique[] jtNodes)
|
Drools :: Beliefs 6.2.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||