![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
namespace for all probabilistic relational models entities More...
Namespaces | |
gspan | |
o3prm | |
o3prmr | |
Classes | |
class | ClassBayesNet |
This class decorates a gum::prm::Class<GUM_SCALAR> has an IBaseBayesNet. More... | |
class | ClassDependencyGraph |
This class represent the dependencies of all classes in a PRM<GUM_SCALAR>. More... | |
class | ClusteredLayerGenerator |
<agrum/PRM/generator/clusteredLayerGenerator.h> More... | |
class | GroundedInference |
<agrum/PRM/groundedInference.h> More... | |
class | GSpan |
This class discovers pattern in a PRM<GUM_SCALAR>'s PRMSystem<GUM_SCALAR> to speed up structured inference. More... | |
class | InstanceBayesNet |
This class decorates an PRMInstance<GUM_SCALAR> as an IBaseBayesNet. More... | |
class | IPRMFactory |
non-template interface-like parent for every PRM Factory More... | |
class | LayerGenerator |
<agrum/PRM/generator/layerGenerator.h> More... | |
class | NameGenerator |
This is a name generator for classes, types, systems, instances and class elements. More... | |
struct | ParamScopeData |
class | PRM |
This class represents a Probabilistic Relational PRMSystem<GUM_SCALAR>. More... | |
class | PRMAggregate |
class | PRMAttribute |
PRMAttribute is a member of a Class in a PRM. More... | |
class | PRMClass |
A PRMClass is an object of a PRM representing a fragment of a Bayesian network which can be instantiated in PRMInstance. More... | |
class | PRMClassElement |
Abstract class representing an element of PRM class. More... | |
class | PRMClassElementContainer |
<agrum/PRM/classElementContainer.h> More... | |
class | PRMFactory |
Factory which builds a PRM<GUM_SCALAR>. More... | |
class | PRMFormAttribute |
<agrum/PRM/elements/formAttribute.h> More... | |
class | PRMFuncAttribute |
<agrum/PRM/elements/funcAttribute.h> More... | |
class | PRMGenerator |
This class is the base class to all PRM generators. More... | |
class | PRMInference |
This abstract class is used as base class for all inference class on PRM<GUM_SCALAR>. More... | |
class | PRMInstance |
An PRMInstance is a Bayesian network fragment defined by a Class and used in a PRMSystem. More... | |
class | PRMInterface |
An PRMInterface is implemented by a Class<GUM_SCALAR> and defines a set of PRMReferenceSlot<GUM_SCALAR> and PRMAttribute<GUM_SCALAR> which the implementing Class<GUM_SCALAR> must contain. More... | |
class | PRMObject |
Abstract base class for any element defined in a PRM. More... | |
class | PRMParameter |
PRMParameter is a member of a Class in a PRM. More... | |
class | PRMReferenceSlot |
A PRMReferenceSlot represent a relation between two PRMClassElementContainer. More... | |
class | PRMScalarAttribute |
<agrum/PRM/elements/scalarAttribute.h> More... | |
class | PRMSlotChain |
A PRMSlotChain represents a sequence of gum::prm::PRMClassElement<GUM_SCALAR> where the n-1 first gum::prm::PRMClassElement<GUM_SCALAR> are gum::prm::PRMReferenceSlot and the last gum::prm::PRMClassElement<GUM_SCALAR> an gum::prm::PRMAttribute or an gum::prm::PRMAggregate. More... | |
class | PRMSystem |
A PRMSystem is a container of PRMInstance and describe a relational skeleton. More... | |
class | PRMType |
This is a decoration of the DiscreteVariable class. More... | |
class | StructuredBayesBall |
<agrum/PRM/structuredBayesBall.h> More... | |
class | StructuredInference |
<agrum/PRM/structuredInference.h> More... | |
class | SVE |
This class is an implementation of the Structured Variable Elimination algorithm on PRM<GUM_SCALAR>. More... | |
class | SVED |
This class is an implementation of the Structured Value Elimination algorithm on PRM<GUM_SCALAR>. More... | |
Typedefs | |
typedef float | prm_float |
PRMType for real numbers. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, PRMObject::prm_type obj_type) |
For printing PRMType easily. More... | |
void | decomposePath (const std::string &path, std::vector< std::string > &v) |
Decompose a string in a vector of strings using "." as separators. More... | |
NodeId | nextNodeId () |
Returns the next value of an unique counter for PRM's node id. More... | |
template<typename GUM_SCALAR > | |
std::string | __print_attribute__ (const PRMInstance< GUM_SCALAR > &i, const PRMAttribute< GUM_SCALAR > &a) |
template<typename GUM_SCALAR > | |
std::string | __print_instance__ (const PRMInstance< GUM_SCALAR > &i) |
template<typename GUM_SCALAR > | |
std::string | __print_system__ (const PRMSystem< GUM_SCALAR > &s) |
template<typename LIST > | |
std::string | __print_list__ (LIST l) |
template<typename GUM_SCALAR > | |
std::string | __print_pot__ (const Potential< GUM_SCALAR > &pot) |
template<typename SET > | |
std::string | __print_set__ (SET set) |
template<typename GUM_SCALAR > | |
Potential< GUM_SCALAR > * | copyPotential (const Bijection< const DiscreteVariable *, const DiscreteVariable * > &bij, const Potential< GUM_SCALAR > &source) |
Returns a copy of a Potential after applying a bijection over the variables in source. More... | |
template<typename GUM_SCALAR > | |
Potential< GUM_SCALAR > * | multPotential (const Potential< GUM_SCALAR > &t1, const Potential< GUM_SCALAR > &t2) |
template<typename GUM_SCALAR > | |
void | eliminateNode (const DiscreteVariable *var, Set< Potential< GUM_SCALAR > * > &pool, Set< Potential< GUM_SCALAR > * > &trash) |
Proceeds with the elimination of var in pool. More... | |
template<typename GUM_SCALAR > | |
void | eliminateNodes (const std::vector< const DiscreteVariable * > &elim_order, Set< Potential< GUM_SCALAR > * > &pool, Set< Potential< GUM_SCALAR > * > &trash) |
namespace for all probabilistic relational models entities
typedef float gum::prm::prm_float |
PRMType for real numbers.
Definition at line 46 of file utils_prm.h.
std::string gum::prm::__print_attribute__ | ( | const PRMInstance< GUM_SCALAR > & | i, |
const PRMAttribute< GUM_SCALAR > & | a | ||
) |
std::string gum::prm::__print_instance__ | ( | const PRMInstance< GUM_SCALAR > & | i | ) |
Definition at line 47 of file SVE_tpl.h.
std::string gum::prm::__print_list__ | ( | LIST | l | ) |
std::string gum::prm::__print_pot__ | ( | const Potential< GUM_SCALAR > & | pot | ) |
std::string gum::prm::__print_set__ | ( | SET | set | ) |
Definition at line 95 of file SVE_tpl.h.
std::string gum::prm::__print_system__ | ( | const PRMSystem< GUM_SCALAR > & | s | ) |
Definition at line 64 of file SVE_tpl.h.
Potential< GUM_SCALAR > * gum::prm::copyPotential | ( | const Bijection< const DiscreteVariable *, const DiscreteVariable * > & | bij, |
const Potential< GUM_SCALAR > & | source | ||
) |
Returns a copy of a Potential after applying a bijection over the variables in source.
This copies the Potential source in a new Potential by permuting all variables in source with respect to bij.
bij | A Bijection of DiscreteVariable where firsts are variables in source and seconds variables added in the returned Potential. |
source | The copied Potential. |
FatalError | raised if an unknown MultiDimImplementation is encountered. |
Definition at line 29 of file utils_prm_tpl.h.
void gum::prm::decomposePath | ( | const std::string & | path, |
std::vector< std::string > & | v | ||
) |
Decompose a string in a vector of strings using "." as separators.
Definition at line 28 of file utils_prm.cpp.
void gum::prm::eliminateNode | ( | const DiscreteVariable * | var, |
Set< Potential< GUM_SCALAR > * > & | pool, | ||
Set< Potential< GUM_SCALAR > * > & | trash | ||
) |
Proceeds with the elimination of var in pool.
var | The variable eliminated from every potentials in pool. |
pool | A pool of potentials in which the elimination of var is done. |
trash | All create potentials are inserted in this set, useful to delete later. |
Definition at line 102 of file utils_prm_tpl.h.
void gum::prm::eliminateNodes | ( | const std::vector< const DiscreteVariable * > & | elim_order, |
Set< Potential< GUM_SCALAR > * > & | pool, | ||
Set< Potential< GUM_SCALAR > * > & | trash | ||
) |
Definition at line 141 of file utils_prm_tpl.h.
Potential< GUM_SCALAR > * gum::prm::multPotential | ( | const Potential< GUM_SCALAR > & | t1, |
const Potential< GUM_SCALAR > & | t2 | ||
) |
Definition at line 96 of file utils_prm_tpl.h.
NodeId gum::prm::nextNodeId | ( | ) |
Returns the next value of an unique counter for PRM's node id.
Definition at line 64 of file utils_prm.cpp.
std::ostream & gum::prm::operator<< | ( | std::ostream & | out, |
PRMObject::prm_type | obj_type | ||
) |
For printing PRMType easily.
Definition at line 78 of file PRMObject.cpp.