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

Template trick for efficient development. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gum::Int2Type< v >
struct  gum::TestSelect< TESTNAME, A, B, C >
struct  gum::TestSelect< CHI2TEST, A, B, C >
struct  gum::TestSelect< LEASTSQUARETEST, A, B, C >
struct  gum::ValueSelect< bool, A, B >
struct  gum::ValueSelect< false, A, B >
struct  gum::LearnerSelect< LEARNERNAME, A, B >
struct  gum::LearnerSelect< ITILEARNER, A, B >

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Enumerations

enum  gum::TESTNAME { gum::GTEST = 1 , gum::CHI2TEST = 2 , gum::LEASTSQUARETEST = 3 }
enum  gum::LEARNERNAME { gum::IMDDILEARNER = 1 , gum::ITILEARNER = 2 }

Detailed Description

Template trick for efficient development.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Jean-Christophe MAGNAN and Christophe GONZALES(_at_AMU)

Definition in file templateStrategy.h.