![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Base class for random variable. More...
#include <iostream>#include <string>#include <agrum/agrum.h>#include <agrum/base/variables/variable_inl.h>Go to the source code of this file.
Classes | |
| class | gum::Variable |
| Base class for every random variable. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Enumerations | |
| enum class | gum::VarType : char { gum::DISCRETIZED , gum::LABELIZED , gum::INTEGER , gum::NUMERICAL , gum::RANGE , gum::CONTINUOUS } |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const gum::Variable &LDRV) |
| for friendly displaying the content of the variable | |
Base class for random variable.
Basically wrapper for a string name and description. This class is used as an interface. So the constructor/destructor is protected.
Definition in file variable.h.
| std::ostream & operator<< | ( | std::ostream & | s, |
| const gum::Variable & | LDRV ) |
for friendly displaying the content of the variable