Home
last modified time | relevance | path

Searched refs:uninstallNode (Results 1 – 9 of 9) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/
H A DBayesNetFragment.h210 void uninstallNode(NodeId id);
211 void uninstallNode(const std::string& name) { uninstallNode(idFromName(name)); } in uninstallNode() function
H A DBayesNetFragment_tpl.h55 uninstallNode(id); in whenNodeDeleted()
157 INLINE void BayesNetFragment< GUM_SCALAR >::uninstallNode(NodeId id) { in uninstallNode() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/doc/
H A Ddoc_BayesNetFragment.i122 %feature("docstring") gum::BayesNetFragment::uninstallNode
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DBayesNetFragmentTestSuite.py67 frag.uninstallNode("v3")
172 frag.uninstallNode("v4")
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BN/
H A DBayesNetFragmentTestSuite.h246 TS_GUM_ASSERT_THROWS_NOTHING(frag.uninstallNode(bn.idFromName("v3"))); in testUninstallNode()
263 TS_GUM_ASSERT_THROWS_NOTHING(frag.uninstallNode("v3")); in testUninstallNodeWithNames()
542 frag.uninstallNode(frag.idFromName("v4")); in testInstallCPTs()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/inference/tools/
H A DsamplingInference_tpl.h136 _samplingBN_->uninstallNode(elmt); in contextualize()
/dports/databases/slony1v2/slony1-2.2.10/src/backend/
H A Dslony1_funcs.sql1569 create or replace function @NAMESPACE@.uninstallNode () function
1580 comment on function @NAMESPACE@.uninstallNode() is
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/generated-files/
H A DpyAgrum.py9939 def uninstallNode(self, *args) -> None: member in BayesNetFragment
H A DpyAgrumPYTHON_wrap.cxx66369 (arg1)->uninstallNode(arg2); in _wrap_BayesNetFragment_uninstallNode__SWIG_0()
66409 (arg1)->uninstallNode((std::string const &)*arg2); in _wrap_BayesNetFragment_uninstallNode__SWIG_1()