aGrUM  0.16.0
aprioriTypes.cpp
Go to the documentation of this file.
1 
30 
31 namespace gum {
32 
33  namespace learning {
34 
35  const std::string AprioriDirichletType::type = "Dirichlet";
36  const std::string AprioriSmoothingType::type = "Smoothing";
37  const std::string AprioriNoAprioriType::type = "NoApriori";
38  const std::string AprioriBDeuType::type = "BDeu";
39 
40  } /* namespace learning */
41 
42 } /* namespace gum */
static const std::string type
Definition: aprioriTypes.h:43
static const std::string type
Definition: aprioriTypes.h:48
static const std::string type
Definition: aprioriTypes.h:53
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
static const std::string type
Definition: aprioriTypes.h:38