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

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

#include <dai/bp_dual.h>

Public Attributes

std::vector< Probb1
 Unnormalized variable beliefs. More...
 
std::vector< RealZb1
 Normalizers of variable beliefs. More...
 
std::vector< Probb2
 Unnormalized factor beliefs. More...
 
std::vector< RealZb2
 Normalizers of factor beliefs. More...
 

Detailed Description

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

Member Data Documentation

std::vector<Prob> dai::BP_dual::beliefs::b1

Unnormalized variable beliefs.

std::vector<Real> dai::BP_dual::beliefs::Zb1

Normalizers of variable beliefs.

std::vector<Prob> dai::BP_dual::beliefs::b2

Unnormalized factor beliefs.

std::vector<Real> dai::BP_dual::beliefs::Zb2

Normalizers of factor beliefs.


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