30 #ifndef GUM_MARKOVBLANKET_H 31 #define GUM_MARKOVBLANKET_H 63 std::string
toDot()
const;
100 #ifndef GUM_NO_INLINE 102 #endif // GUM_NOINLINE 104 #endif // GUM_MARKOVBLANKET_H
Virtual base class for PGMs using a DAG.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
const NodeSet & parents(const NodeId id) const
wrapping DAG::parents(id)
Size sizeArcs() const
wrapping DAG::sizeArcs()
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Size sizeNodes() const
wrapping DAG::sizeNodes()
const NodeSet & children(const NodeId id) const
wrapping DAG::parents(id)
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Class building the markov Blanket from a BN and a nodeName.
bool __buildMarkovBlanket(const NodeId id)
std::string toDot() const
Size size() const
wrapping DAG::size()
bool hasSameStructure(const DAGmodel &other)
const ArcSet & arcs() const
wrapping DAG::arcs()
MarkovBlanket(const DAGmodel &m, NodeId n, int level=1)
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Class for node sets in graph.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Size NodeId
Type for node ids.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
const NodeGraphPart & nodes() const
wrapping DAG::nodes()