![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
A class used by learning caches to represent uniquely sets of variables. More...
#include <iostream>#include <sstream>#include <string>#include <utility>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/sequence.h>#include <agrum/base/graphs/graphElements.h>#include <type_traits>#include <agrum/base/stattests/idCondSet_inl.h>Go to the source code of this file.
Classes | |
| class | gum::learning::IdCondSetIterator |
| The iterators for IdSets. More... | |
| class | gum::learning::IdCondSet |
| A class for storing a pair of sets of NodeIds, the second one corresponding to a conditional set. More... | |
| class | gum::HashFunc< learning::IdCondSet > |
| the hash function for idSets More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::learning |
| include the inlined functions if necessary | |
Functions | |
| std::ostream & | gum::learning::operator<< (std::ostream &stream, const IdCondSet &idset) |
| the display operator | |
A class used by learning caches to represent uniquely sets of variables.
Definition in file idCondSet.h.