class Table Hugin uses Tables for representing the conditional probability and utility potentials of individual Nodes, the probability and utility potentials on separators and Cliques of JunctionTrees, evidence potentials, etc
Hugin uses Tables for representing the conditional probability and utility potentials of individual Nodes, the probability and utility potentials on separators and Cliques of JunctionTrees, evidence potentials, etc.A potential is a function from the state space of a set of variables into the set of real numbers. A Table is a representation of a potential.
double getCovariance(int config, ContinuousChanceNode *node1, ContinuousChanceNode *node2) throw(HAPI::ExceptionHugin)
node1 - ContinuousChanceNode*
node2 - ContinuousChanceNode*
std::vector <double> getData() const throw(HAPI::ExceptionHugin)
double getMean(int config, ContinuousChanceNode *node) throw(HAPI::ExceptionHugin)
node - ContinuousChanceNode*
int getSize() const throw(HAPI::ExceptionHugin)
double getVariance(int config, ContinuousChanceNode *node) throw(HAPI::ExceptionHugin)
node - ContinuousChanceNode*
void reorderNodes(const NodeList& order) throw(HAPI::ExceptionHugin)
void setData(const std::vector<double>& data) throw(HAPI::ExceptionHugin)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de