|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ls.CreateCliqueTree
|
+--ls.CreateCliqueTreeParallel
This class is responsible for creating the permenant tree of Cliques so that the permenant tree can then be passed onto the next portion of the module.
| Constructor Summary | |
CreateCliqueTreeParallel(java.lang.Object bn)
This takes in the Bayesian Network from the Viewer and set's it equal to our Bayesian network. |
|
| Method Summary | |
void |
build()
THis builds the permentant tree of cliques |
java.lang.Object |
getCliqueTree()
|
void |
moralize()
In this function all of the parents in the graph are married. |
void |
triangulate()
This function is responsible for triangulating the graph |
| Methods inherited from class ls.CreateCliqueTree |
getAll, go |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CreateCliqueTreeParallel(java.lang.Object bn)
bn - the bayesian network| Method Detail |
public void moralize()
moralize in class CreateCliqueTreepublic void triangulate()
triangulate in class CreateCliqueTreepublic void build()
build in class CreateCliqueTreepublic java.lang.Object getCliqueTree()
getCliqueTree in class CreateCliqueTree
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||