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

the base class for all a priori More...

#include <string>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/base/database/databaseTable.h>
#include <agrum/base/stattests/idCondSet.h>
#include <agrum/BN/learning/priors/prior_inl.h>
Include dependency graph for prior.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::Prior
 the base class for all a priori More...

Namespaces

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

Enumerations

enum class  gum::learning::PriorType { gum::learning::DirichletPriorType , gum::learning::SmoothingPriorType , gum::learning::NoPriorType , gum::learning::BDeuPriorType }

Functions

constexpr const char * gum::learning::priorTypeToString (PriorType e) noexcept

Detailed Description

the base class for all a priori

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

Definition in file prior.h.