![]() |
aGrUM
0.14.2
|
Headers of InterfaceGraph. More...
#include <list>
#include <sstream>
#include <string>
#include <agrum/PRM/PRM.h>
#include <agrum/core/hashTable.h>
#include <agrum/graphs/undiGraph.h>
#include <agrum/PRM/gspan/interfaceGraph_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::prm::GSpan< GUM_SCALAR > |
This class discovers pattern in a PRM<GUM_SCALAR>'s PRMSystem<GUM_SCALAR> to speed up structured inference. More... | |
struct | gum::prm::gspan::LabelData |
Inner class to handle data about labels in this interface graph. More... | |
struct | gum::prm::gspan::NodeData< GUM_SCALAR > |
Inner class to handle data about nodes in __graph. More... | |
struct | gum::prm::gspan::EdgeData< GUM_SCALAR > |
Inner class to handle data about edges in __graph. More... | |
class | gum::prm::gspan::InterfaceGraph< GUM_SCALAR > |
This class represent the interface graph of a given gum::prm::PRMSystem<GUM_SCALAR>. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::prm | |
namespace for all probabilistic relational models entities | |
gum::prm::gspan | |
Functions | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const LabelData &data) |
Print a LabelData in out. More... | |
template<typename GUM_SCALAR > | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const NodeData< GUM_SCALAR > &data) |
Print a NodeData<GUM_SCALAR> in out. More... | |
template<typename GUM_SCALAR > | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const EdgeData< GUM_SCALAR > &data) |
Print a EdgeData<GUM_SCALAR> in out. More... | |
Headers of InterfaceGraph.
Definition in file interfaceGraph.h.