libDAI
Public Attributes | List of all members
dai::BP_dual::messages Struct Reference

Groups together the data structures for storing the two types of messages and their normalizers. More...

#include <dai/bp_dual.h>

Public Attributes

_edges_t< Probn
 Unnormalized variable->factor messages. More...
 
_edges_t< RealZn
 Normalizers of variable->factor messages. More...
 
_edges_t< Probm
 Unnormalized Factor->variable messages. More...
 
_edges_t< RealZm
 Normalizers of factor->variable messages. More...
 

Detailed Description

Groups together the data structures for storing the two types of messages and their normalizers.

Member Data Documentation

_edges_t<Prob> dai::BP_dual::messages::n

Unnormalized variable->factor messages.

_edges_t<Real> dai::BP_dual::messages::Zn

Normalizers of variable->factor messages.

_edges_t<Prob> dai::BP_dual::messages::m

Unnormalized Factor->variable messages.

_edges_t<Real> dai::BP_dual::messages::Zm

Normalizers of factor->variable messages.


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