Class building the markovBlanket from a DAGmodel and a node name.
NodeSet descendants(NodeId id) const
wrapping DAG::descendants(id)
const NodeSet & parents(NodeId id) const
wrapping DAG::parents(id)
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()
NodeSet ancestors(NodeId id) const
wrapping DAG::ancestors(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