Home
last modified time | relevance | path

Searched refs:evidenceJointImpact (Results 1 – 17 of 17) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/swigsrc/
H A DMNinference.i133 %ignore classname::evidenceJointImpact(const NodeSet& target, const NodeSet& evs);
141 Potential<double> evidenceJointImpact(PyObject* targets,PyObject *evs) { in evidenceJointImpact() function
146 return self->evidenceJointImpact(sot,soe); in evidenceJointImpact()
H A Dinference.i145 %ignore classname::evidenceJointImpact(const NodeSet& target, const NodeSet& evs);
153 Potential<double> evidenceJointImpact(PyObject* targets,PyObject *evs) { in evidenceJointImpact() function
158 return self->evidenceJointImpact(sot,soe); in evidenceJointImpact()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/inference/tools/
H A DjointTargetedInference.h185 Potential< GUM_SCALAR > evidenceJointImpact(const NodeSet& targets, const NodeSet& evs);
198 Potential< GUM_SCALAR > evidenceJointImpact(const std::vector< std::string >& targets,
H A DjointTargetedInference_tpl.h322 JointTargetedInference< GUM_SCALAR >::evidenceJointImpact(const NodeSet& targets, in evidenceJointImpact() function
363 Potential< GUM_SCALAR > JointTargetedInference< GUM_SCALAR >::evidenceJointImpact( in evidenceJointImpact() function
367 return evidenceJointImpact(bn.nodeset(targets), bn.nodeset(evs)); in evidenceJointImpact()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/MN/inference/tools/
H A DjointTargetedMNInference.h185 Potential< GUM_SCALAR > evidenceJointImpact(const NodeSet& targets, const NodeSet& evs);
198 Potential< GUM_SCALAR > evidenceJointImpact(const std::vector< std::string >& targets,
H A DjointTargetedMNInference_tpl.h319 JointTargetedMNInference< GUM_SCALAR >::evidenceJointImpact(const NodeSet& targets, in evidenceJointImpact() function
360 Potential< GUM_SCALAR > JointTargetedMNInference< GUM_SCALAR >::evidenceJointImpact( in evidenceJointImpact() function
364 return evidenceJointImpact(mn.nodeset(targets), mn.nodeset(evs)); in evidenceJointImpact()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/swig/
H A DforUsing.i541 Potential<double> evidenceJointImpact(const NodeSet& targets,const NodeSet& evs){ in evidenceJointImpact() function
542 return self->gum::JointTargetedInference<double>::evidenceJointImpact(targets,evs); in evidenceJointImpact()
544 …Potential<double> evidenceJointImpact(const std::vector<std::string>& targets,const std::vector<st… in evidenceJointImpact() function
545 return self->gum::JointTargetedInference<double>::evidenceJointImpact(targets,evs); in evidenceJointImpact()
614 Potential<double> evidenceJointImpact(const NodeSet& targets,const NodeSet& evs){ in evidenceJointImpact() function
615 return self->gum::JointTargetedMNInference<double>::evidenceJointImpact(targets,evs); in evidenceJointImpact()
617 …Potential<double> evidenceJointImpact(const std::vector<std::string>& targets,const std::vector<st… in evidenceJointImpact() function
618 return self->gum::JointTargetedMNInference<double>::evidenceJointImpact(targets,evs); in evidenceJointImpact()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/doc/
H A Ddoc_GenericMNInference.i255 %feature("docstring") gum::classname::evidenceJointImpact
H A Ddoc_GenericInference.i254 %feature("docstring") gum::classname::evidenceJointImpact
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DLazyPropagationTestSuite.py51 res = ie.evidenceJointImpact(["D", "E"], ["A", "B", "C", "F"])
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/
H A DCHANGELOG.md622 * API change : add JointTargettedInference::evidenceJointImpact()
632 * API change : adding `LazyInference.evidenceJointImpact(set_of_targets,set_of_evs)`
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BN/
H A DLazyPropagationTestSuite.h892 TS_GUM_ASSERT_THROWS_NOTHING(res = ie.evidenceJointImpact({"D", "E"}, {"A", "B", "C", "F"})); in testJointEvidenceImpact()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/notebooks/
H A D33-Inference_LazyPropagationAdvancedFeatures.ipynb429 …"ie.evidenceJointImpact([\"A\",\"F\"],[\"B\",\"C\",\"D\",\"E\",\"H\"]) # {B,E} d-separates [A,F] a…
H A D54-Causality_DoCalculusExamples.ipynb1020 "refResult=(ie.evidenceJointImpact([\"y\",\"z3\"],[\"x\",\"z1\",\"z2\"])*\n",
1021 " ie.evidenceJointImpact([\"x\",\"z2\"],[])\n",
H A D02-Tutorial_PyAgrum.ipynb22731 …"gnb.sideBySide(ie.evidenceJointImpact([\"a\",\"b\"],[\"e\",\"f\"]),ie.evidenceJointImpact([\"a\",…
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/generated-files/
H A DpyAgrum.py11546 def evidenceJointImpact(self, *args) -> "pyAgrum.Potential": member in ShaferShenoyMNInference
12358 def evidenceJointImpact(self, *args) -> "pyAgrum.Potential": member in LazyPropagation
13145 def evidenceJointImpact(self, *args) -> "pyAgrum.Potential": member in ShaferShenoyInference
13408 def evidenceJointImpact(self, targets: object, evs: object) -> "pyAgrum.Potential": member in VariableElimination
H A DpyAgrumPYTHON_wrap.cxx7083 return self->evidenceJointImpact(sot,soe); in gum_ShaferShenoyMNInference_Sl_double_Sg__evidenceJointImpact__SWIG_0()
7257 return self->gum::JointTargetedMNInference<double>::evidenceJointImpact(targets,evs); in gum_ShaferShenoyMNInference_Sl_double_Sg__evidenceJointImpact__SWIG_1()
7287 return self->evidenceJointImpact(sot,soe); in gum_LazyPropagation_Sl_double_Sg__evidenceJointImpact__SWIG_0()
7467 return self->gum::JointTargetedInference<double>::evidenceJointImpact(targets,evs); in gum_LazyPropagation_Sl_double_Sg__evidenceJointImpact__SWIG_1()
7497 return self->evidenceJointImpact(sot,soe); in gum_ShaferShenoyInference_Sl_double_Sg__evidenceJointImpact__SWIG_0()
7677 return self->gum::JointTargetedInference<double>::evidenceJointImpact(targets,evs); in gum_ShaferShenoyInference_Sl_double_Sg__evidenceJointImpact__SWIG_1()
7707 return self->evidenceJointImpact(sot,soe); in gum_VariableElimination_Sl_double_Sg__evidenceJointImpact()