#include <dai/treeep.h>
Public Member Functions | |
DAI_ENUM (TypeType, ORG, ALT) | |
Enumeration of possible choices for the tree. | |
Public Attributes | |
size_t | verbose |
Verbosity (amount of output sent to stderr). | |
size_t | maxiter |
Maximum number of iterations. | |
double | maxtime |
Maximum time (in seconds). | |
Real | tol |
Tolerance for convergence test. | |
TypeType | type |
How to choose the tree. |
dai::TreeEP::Properties::DAI_ENUM | ( | TypeType | , | |
ORG | , | |||
ALT | ||||
) |
Enumeration of possible choices for the tree.
The two possibilities are:
ORG:
take the maximum spanning tree where the weights are crude estimates of the mutual information between the nodes;ALT:
take the maximum spanning tree where the weights are upper bounds on the effective interaction strengths between pairs of nodes.
Verbosity (amount of output sent to stderr).
Maximum number of iterations.
Maximum time (in seconds).
Tolerance for convergence test.
TypeType dai::TreeEP::Properties::type |
How to choose the tree.