aGrUM  0.16.0
scoreMDL.h
Go to the documentation of this file.
1 
29 #ifndef GUM_LEARNING_SCORE_MDL_H
30 #define GUM_LEARNING_SCORE_MDL_H
31 
32 #include <agrum/agrum.h>
34 
35 
36 namespace gum {
37 
38  namespace learning {
39 
48  template < template < typename > class ALLOC = std::allocator >
50 
51 
52  } /* namespace learning */
53 
54 } /* namespace gum */
55 
56 
57 #endif /* GUM_LEARNING_SCORE_MDL_H */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
the class for computing BIC scores
Definition: scoreBIC.h:52