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

Public Member Functions

def __init__ (self, pa_indices)
 
def __repr__ (self)
 

Public Attributes

 pa_indices
 

Detailed Description

An exception class raised when an attempt to normalize a DiscreteCondPot
fails because it leads to division by zero.

Attributes
----------
pa_indices : tuple[int]

Constructor & Destructor Documentation

def MyExceptions.UnNormalizablePot.__init__ (   self,
  pa_indices 
)
Constructor

Parameters
----------
pa_indices : tuple[int]
    the indices of the parent state pa(C)=y such that
    pot(C=x|pa(C)=y) = 0 for all x.

Returns
-------

Member Function Documentation

def MyExceptions.UnNormalizablePot.__repr__ (   self)
Returns
-------
tuple[int]

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