Quantum Fog  0.9.3
Public Member Functions | Public Attributes | List of all members
PBNT.Node.Sepset Class Reference
Inheritance diagram for PBNT.Node.Sepset:
Inheritance graph
[legend]
Collaboration diagram for PBNT.Node.Sepset:
Collaboration graph
[legend]

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
 

Detailed Description

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.

The documentation for this class was generated from the following file: