Home
last modified time | relevance | path

Searched defs:fastPrototype (Results 1 – 4 of 4) sorted by relevance

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/MN/
H A DMarkovNet_tpl.h145 MarkovNet< GUM_SCALAR > MarkovNet< GUM_SCALAR >::fastPrototype(const std::string& dotlike, in fastPrototype() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/ID/
H A DinfluenceDiagram_tpl.h164 InfluenceDiagram< GUM_SCALAR >::fastPrototype(const std::string& dotlike, Size domainSize) { in fastPrototype() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/
H A DBayesNet_tpl.h146 BayesNet< GUM_SCALAR > BayesNet< GUM_SCALAR >::fastPrototype(const std::string& dotlike, in fastPrototype() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/generated-files/
H A DpyAgrum.py8445 def fastPrototype(dotlike: str, domainSize: int=2) -> "pyAgrum.BayesNet": member in BayesNet
10406 def fastPrototype(dotlike: str, domainSize: int=2) -> "pyAgrum.MarkovNet": member in MarkovNet
22576 def fastPrototype(dotlike: str, domainSize: int=2) -> "pyAgrum.InfluenceDiagram": member in InfluenceDiagram