mrf
v0.2.0
|
A nessage from node i to node j. More...
#include "mrf.h"
Data Fields | |
int | dim |
int | from |
int | to |
double * | values |
A nessage from node i to node j.
Message \mu_{ij}(x_j) has dimensions of the node to which it is sent.
A Message should be created using only new_message or associated constructors.