Searched defs:DAGmodel (Results 1 – 2 of 2) sorted by relevance
29 DAGmodel::DAGmodel() : _mutableMoralGraph_(nullptr) { GUM_CONSTRUCTOR(DAGmodel); } in DAGmodel() function in gum::DAGmodel31 DAGmodel::DAGmodel(const DAGmodel& from) : dag_(from.dag_), _mutableMoralGraph_(nullptr) { in DAGmodel() function in gum::DAGmodel
5509 class DAGmodel(GraphicalModel): class5640 def hasSameStructure(self, other: "pyAgrum.DAGmodel") -> bool:5962 def hasSameStructure(self, other: "pyAgrum.DAGmodel") -> bool: