49#ifndef GUM_MARKOVBLANKET_H
50#define GUM_MARKOVBLANKET_H
80 std::string
toDot()
const;
Class representing probabilistic DAG model.
Inline implementation of the class building the essential Graph from a DAGmodel.
Virtual base class for PGMs using a DAG.
MarkovBlanket(const DAGmodel &m, NodeId n, int level=1)
std::string toDot() const
const NodeSet & parents(NodeId id) const
wrapping DAG::parents(id)
bool hasSameStructure(const DAGmodel &other) const
const NodeSet & children(NodeId id) const
wrapping DAG::children(id)
Size sizeNodes() const
wrapping DAG::sizeNodes()
Size sizeArcs() const
wrapping DAG::sizeArcs()
const ArcSet & arcs() const
wrapping DAG::arcs()
bool _buildMarkovBlanket_(const NodeId id)
const NodeGraphPart & nodes() const
wrapping DAG::nodes()
Size size() const
wrapping DAG::size()
Class for node sets in graph.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Size NodeId
Type for node ids.
Set< Arc > ArcSet
Some typdefs and define for shortcuts ...
Set< NodeId > NodeSet
Some typdefs and define for shortcuts ...
gum is the global namespace for all aGrUM entities