56 template < GUM_Numeric GUM_SCALAR >
58 GUM_SCALAR default_weight) :
65 template < GUM_Numeric GUM_SCALAR >
73 template < GUM_Numeric GUM_SCALAR >
83 template < GUM_Numeric GUM_SCALAR >
88 template < GUM_Numeric GUM_SCALAR >
94 if (i.
val(C) > 1)
return (GUM_SCALAR)0.0;
98 GUM_SCALAR fact = (GUM_SCALAR)ratio;
100 if (fact != (GUM_SCALAR)0) {
101 for (
Idx j = 1; j < this->
nbrDim(); j++) {
107 if (pr == (GUM_SCALAR)0.0) {
108 fact = (GUM_SCALAR)0.0;
117 return (i.
val(C) != 1) ? fact : (GUM_SCALAR)1.0 - fact;
120 template < GUM_Numeric GUM_SCALAR >
123 s << MultiDimImplementation< GUM_SCALAR >::variable(0) <<
"=noisyORCompound(["
126 for (
Idx i = 1; i < MultiDimImplementation< GUM_SCALAR >::nbrDim(); i++)
136 template < GUM_Numeric GUM_SCALAR >
141 template < GUM_Numeric GUM_SCALAR >
148 template < GUM_Numeric GUM_SCALAR >
150 static const std::string str =
"MultiDimNoisyORCompound";
Set of pairs of elements with fast search for both elements.
Base class for discrete random variable.
Class for assigning/browsing values to tuples of discrete variables.
Idx val(Idx i) const
Returns the current value of the variable at position i.
GUM_SCALAR _external_weight_
MultiDimICIModel(GUM_SCALAR external_weight, GUM_SCALAR default_weight=(GUM_SCALAR) 1.0)
GUM_SCALAR externalWeight() const
GUM_SCALAR _default_weight_
GUM_SCALAR causalWeight(const DiscreteVariable &v) const
const DiscreteVariable & variable(Idx i) const override
Idx nbrDim() const override
MultiDimNoisyORCompound(GUM_SCALAR external_weight, GUM_SCALAR default_weight=(GUM_SCALAR) 1.0)
Default constructor.
const std::string & name() const override
returns the real name of the multiDimArray
MultiDimContainer< GUM_SCALAR > * newFactory() const override
This method creates a clone of this object, withouth its content (including variable),...
~MultiDimNoisyORCompound() override
Destructor.
GUM_SCALAR get(const Instantiation &i) const override
returns the real name of the multiDimArray
std::string toString() const override
returns the real name of the multiDimArray
Exception : operation not allowed.
#define GUM_ERROR(type, msg)
Size Idx
Type for indexes.
class for multiDimNoisyORCompound
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