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

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>
Include dependency graph for idCondSet.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

A class used by learning caches to represent uniquely sets of variables.

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

Definition in file idCondSet.h.