aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
the class for computing BIC scores
Definition: scoreBIC.h:52