libDAI
Public Member Functions | Public Attributes | List of all members
dai::TreeEP::Properties Struct Reference

Parameters for TreeEP. More...

#include <dai/treeep.h>

Public Member Functions

 DAI_ENUM (TypeType, ORG, ALT)
 Enumeration of possible choices for the tree. More...
 

Public Attributes

size_t verbose
 Verbosity (amount of output sent to stderr) More...
 
size_t maxiter
 Maximum number of iterations. More...
 
double maxtime
 Maximum time (in seconds) More...
 
Real tol
 Tolerance for convergence test. More...
 
TypeType type
 How to choose the tree. More...
 

Detailed Description

Parameters for TreeEP.

Member Function Documentation

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.

Member Data Documentation

size_t dai::TreeEP::Properties::verbose

Verbosity (amount of output sent to stderr)

size_t dai::TreeEP::Properties::maxiter

Maximum number of iterations.

double dai::TreeEP::Properties::maxtime

Maximum time (in seconds)

Real dai::TreeEP::Properties::tol

Tolerance for convergence test.

TypeType dai::TreeEP::Properties::type

How to choose the tree.


The documentation for this struct was generated from the following file: