|
libDAI
|
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< Prob > | b1 |
| Unnormalized variable beliefs. | |
| std::vector< Real > | Zb1 |
| Normalizers of variable beliefs. | |
| std::vector< Prob > | b2 |
| Unnormalized factor beliefs. | |
| std::vector< Real > | Zb2 |
| Normalizers of factor beliefs. | |
Groups together the data structures for storing the two types of beliefs and their normalizers.
| 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.
1.7.4