![]() |
aGrUM
0.14.2
|
A class used by learning caches to represent uniquely sets of variables. More...
#include <iostream>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/sequence.h>
#include <agrum/graphs/graphElements.h>
#include <agrum/learning/scores_and_tests/idSet_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::learning::IdSet< ALLOC > |
A class for storing a pair of sets of NodeIds, the second one corresponding to a conditional set. More... | |
class | gum::learning::IdSetIterator< ALLOC > |
The iterators for IdSets. More... | |
class | gum::learning::IdSet< ALLOC > |
A class for storing a pair of sets of NodeIds, the second one corresponding to a conditional set. More... | |
class | gum::HashFunc< learning::IdSet< ALLOC > > |
the hash function for idSets More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::learning | |
Functions | |
template<template< typename > class ALLOC> | |
std::ostream & | gum::learning::operator<< (std::ostream &stream, const IdSet< ALLOC > &idset) |
the display operator More... | |
A class used by learning caches to represent uniquely sets of variables.
Definition in file idSet.h.