49#ifndef GUM_MULTI_DIM_NOISY_OR_COMPOUND_H
50#define GUM_MULTI_DIM_NOISY_OR_COMPOUND_H
78 template <
typename GUM_SCALAR >
89 GUM_SCALAR default_weight = (GUM_SCALAR)1.0);
144 virtual const std::string&
name()
const;
150#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
155 template <
typename GUM_SCALAR >
Set of pairs of elements with fast search for both elements.
Class for assigning/browsing values to tuples of discrete variables.
Abstract base class for all multi dimensionnal containers.
MultiDimICIModel(GUM_SCALAR external_weight, GUM_SCALAR default_weight=(GUM_SCALAR) 1.0)
Default constructor.
MultiDimNoisyORCompound(GUM_SCALAR external_weight, GUM_SCALAR default_weight=(GUM_SCALAR) 1.0)
Default constructor.
virtual MultiDimContainer< GUM_SCALAR > * newFactory() const
This method creates a clone of this object, withouth its content (including variable),...
virtual const std::string & name() const
returns the real name of the multiDimArray
virtual GUM_SCALAR get(const Instantiation &i) const
returns the real name of the multiDimArray
virtual ~MultiDimNoisyORCompound()
Destructor.
std::string toString() const
returns the real name of the multiDimArray
Abstract base class for all multi dimensionnal Causal Independency models.
ANoisy-OR as described by Henrion (UAI-3, 1989, pp161-173).
gum is the global namespace for all aGrUM entities
std::ostream & operator<<(std::ostream &stream, const AVLTree< Val, Cmp > &tree)
display the content of a tree