![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Base class for discrete random variable. More...
#include <ostream>#include <string>#include <agrum/agrum.h>#include <agrum/base/core/set.h>#include <agrum/base/variables/variable.h>#include <agrum/base/variables/discreteVariable_inl.h>Go to the source code of this file.
Classes | |
| class | gum::DiscreteVariable |
| Base class for discrete random variable. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Typedefs | |
| using | gum::VariableSet = Set< const DiscreteVariable* > |
Functions | |
| std::ostream & | gum::operator<< (std::ostream &, const DiscreteVariable &) |
| for friendly displaying the content of the variable | |
Base class for discrete random variable.
This class is used as an interface.
Definition in file discreteVariable.h.