aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
correctedMutualInformation.h File Reference

The class computing n times the corrected mutual information (where n is the size (or the weight) of the database) as used in the MIIC algorithm. More...

Include dependency graph for correctedMutualInformation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::CorrectedMutualInformation
 The class computing n times the corrected mutual information, as used in the MIIC algorithm. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary

Detailed Description

The class computing n times the corrected mutual information (where n is the size (or the weight) of the database) as used in the MIIC algorithm.

Author
Quentin FALCAND, Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6).

Definition in file correctedMutualInformation.h.