![]() |
aGrUM
0.21.0
a C++ library for (probabilistic) graphical models
|
This is the complete list of members for gum::UGmodel, including all inherited members.
completeInstantiation() const | gum::GraphicalModel | |
edges() const | gum::UGmodel | |
empty() const | gum::GraphicalModel | virtual |
exists(NodeId node) const final | gum::UGmodel | virtual |
gum::GraphicalModel::exists(const std::string &name) const | gum::GraphicalModel | inline |
existsEdge(const NodeId node1, const NodeId node2) const | gum::UGmodel | |
existsEdge(const std::string &name1, const std::string &name2) const | gum::UGmodel | |
graph() const | gum::UGmodel | |
graph_ | gum::UGmodel | protected |
GraphicalModel() | gum::GraphicalModel | |
GraphicalModel(const GraphicalModel &source) | gum::GraphicalModel | |
hasSameStructure(const UGmodel &other) | gum::UGmodel | |
idFromName(const std::string &name) const =0 | gum::GraphicalModel | pure virtual |
ids(const std::vector< std::string > &names) const | gum::GraphicalModel | |
isIndependent(NodeId X, NodeId Y, const NodeSet &Z) const final | gum::UGmodel | virtual |
isIndependent(const NodeSet &X, const NodeSet &Y, const NodeSet &Z) const final | gum::UGmodel | virtual |
isIndependent(const std::string &Xname, const std::string &Yname, const std::vector< std::string > &Znames) const | gum::UGmodel | inline |
isIndependent(const std::vector< std::string > &Xnames, const std::vector< std::string > &Ynames, const std::vector< std::string > &Znames) const | gum::UGmodel | inline |
log10DomainSize() const | gum::GraphicalModel | |
names(const std::vector< NodeId > &ids) const | gum::GraphicalModel | |
names(const NodeSet &ids) const | gum::GraphicalModel | |
neighbours(const NodeId id) const | gum::UGmodel | |
neighbours(const std::string &name) const | gum::UGmodel | |
nodeId(const DiscreteVariable &var) const =0 | gum::GraphicalModel | pure virtual |
nodes() const final | gum::UGmodel | virtual |
nodeset(const std::vector< std::string > &names) const | gum::GraphicalModel | |
operator=(const UGmodel &source) | gum::UGmodel | protected |
gum::GraphicalModel::operator=(const GraphicalModel &source) | gum::GraphicalModel | protected |
property(const std::string &name) const | gum::GraphicalModel | |
propertyWithDefault(const std::string &name, const std::string &byDefault) const | gum::GraphicalModel | |
setProperty(const std::string &name, const std::string &value) | gum::GraphicalModel | |
size() const final | gum::UGmodel | virtual |
sizeEdges() const | gum::UGmodel | |
UGmodel() | gum::UGmodel | |
UGmodel(const UGmodel &source) | gum::UGmodel | |
variable(NodeId id) const =0 | gum::GraphicalModel | pure virtual |
variableFromName(const std::string &name) const =0 | gum::GraphicalModel | pure virtual |
variableNodeMap() const =0 | gum::GraphicalModel | pure virtual |
~GraphicalModel() | gum::GraphicalModel | virtual |
~UGmodel() | gum::UGmodel | virtual |