#include <BeliefPropagator.h>
Public Attributes | |
int | start |
int | interval |
int | size |
double * | newAlpha |
double * | newBeta |
BeliefPropagator * | bp |
Struct for storing thread paramters
belief propagator parent object
interval between rows that this thread is responsible
double* threadParam::newAlpha |
address of new messages
double* threadParam::newBeta |
address of new messages
total number of rows
first row index this thread is responsible for