![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <DFSTree.h>
Public Attributes | |
Pattern * | pattern |
The pattern. More... | |
std::list< NodeId > | children |
The list of the pattern's children, sorted lexicographically. More... | |
UndiGraph | iso_graph |
The isomorphism graph of the pattern. More... | |
NodeProperty< Sequence< PRMInstance< GUM_SCALAR > *> *> | iso_map |
The instances matching p in the interface graph. More... | |
Set< NodeId > | max_indep_set |
The maximal independent set of p. More... | |
Size | cost |
The cost of this Pattern. More... | |
Size | gain |
The gain of this Pattern. More... | |
Public Member Functions | |
PatternData (Pattern *p) | |
Constructor. More... | |
PatternData (const PatternData &from) | |
Copy constructor. More... | |
~PatternData () | |
Destructor. More... | |
|
explicit |
Constructor.
Definition at line 537 of file DFSTree_tpl.h.
References gum::prm::gspan::operator<<().
gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::PatternData | ( | const PatternData & | from | ) |
Copy constructor.
Definition at line 348 of file DFSTree_tpl.h.
References gum::prm::gspan::operator<<().
gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::~PatternData | ( | ) |
Destructor.
Definition at line 358 of file DFSTree_tpl.h.
References gum::prm::gspan::operator<<().
std::list< NodeId > gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::children |
Size gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::cost |
Size gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::gain |
UndiGraph gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::iso_graph |
NodeProperty< Sequence< PRMInstance< GUM_SCALAR >* >* > gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::iso_map |
Set< NodeId > gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::max_indep_set |
Pattern* gum::prm::gspan::DFSTree< GUM_SCALAR >::PatternData::pattern |