#include <WeightOracle.h>
Public Attributes | |
int | start |
int | interval |
double ** | cache |
int ** | index |
int | size |
int | cacheSize |
WeightOracle * | wo |
Struct for storing thread paramters
double** WOThreadParam::cache |
address of weight cache
size of cache
int** WOThreadParam::index |
address of index cache
interval between rows this thread is responsible for
total number of nodes
first row index this thread is responsible for
Calling Weight Oracle