![]() |
Quantum Fog
0.9.3
|


Public Member Functions | |
| def | __init__ (self, id, cliqueX, cliqueY) |
| def | __lt__ (self, other) |
| def | reinit_potential (self) |
Public Member Functions inherited from PBNT.Node.Node | |
| def | __init__ (self, id, index=-1, name="anonymous") |
| def | __lt__ (self, other) |
| def | __hash__ (self) |
| def | __eq__ (self, right) |
| def | add_neighbor (self, node) |
| def | remove_neighbor (self, node) |
| def | is_neighbor (self, node) |
Public Attributes | |
| cliqueX | |
| cliqueY | |
| nodes | |
| mass | |
| cost | |
| neighbors | |
| potential | |
Public Attributes inherited from PBNT.Node.Node | |
| neighbors | |
| visited | |
| id | |
| index | |
| name | |
Sepsets sit between Cliques in a join tree. They represent the intersection of the variables in the two member Cliques. They facilitate passing messages between the two cliques.
1.8.11