48#ifndef GUM_MULTI_DIM_NOISY_OR_NET_H
49#define GUM_MULTI_DIM_NOISY_OR_NET_H
74 template <
typename GUM_SCALAR >
83 MultiDimNoisyORNet(GUM_SCALAR external_weight, GUM_SCALAR default_weight = (GUM_SCALAR)1.0);
142 virtual const std::string&
name()
const;
148#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
153 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.
std::string toString() const
Returns the real name of the multiDimArray.
virtual ~MultiDimNoisyORNet()
Destructor.
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.
MultiDimNoisyORNet(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),...
Abstract base class for all multi dimensionnal Causal Independency models.
class for NoisyOR-net implementation as multiDim
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