aGrUM  0.14.2
discreteVariable.h File Reference

Base class for discrete random variable. More...

#include <ostream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/core/hashFunc.h>
#include <agrum/variables/variable.h>
#include <agrum/variables/discreteVariable_inl.h>
+ Include dependency graph for discreteVariable.h:

Go to the source code of this file.

Classes

class  gum::DiscreteVariable
 Base class for discrete random variable. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

std::ostream & gum::operator<< (std::ostream &, const DiscreteVariable &)
 for friendly displaying the content of the variable More...
 

Detailed Description

Base class for discrete random variable.

This class is used as an interface.

Author
Pierre-Henri WUILLEMIN et Christophe GONZALES

Definition in file discreteVariable.h.