dai::TreeEP::Properties Struct Reference

Parameters for TreeEP. More...

#include <dai/treeep.h>

List of all members.

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.


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

Verbosity (amount of output sent to stderr).

Maximum number of iterations.

Maximum time (in seconds).

Tolerance for convergence test.

How to choose the tree.


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

Generated on Thu Aug 5 19:04:08 2010 for libDAI by  doxygen 1.5.5