26 #ifndef GUM_MULTI_DIM_LOGIT_H 27 #define GUM_MULTI_DIM_LOGIT_H 49 template <
typename GUM_SCALAR >
63 GUM_SCALAR default_weight = (GUM_SCALAR)0.0);
119 virtual const std::string&
name()
const;
125 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 130 template <
typename GUM_SCALAR >
131 std::ostream& operator<<(std::ostream& s, const MultiDimLogit< GUM_SCALAR >& ag);
virtual const std::string & name() const
Returns the real name of the multiDimArray.
gum is the global namespace for all aGrUM entities
Abstract base class for all multi dimensionnal containers.
const std::string toString() const
Returns the real name of the multiDimArray.
Abstract base class for all multi dimensionnal Causal Independency models.
abstract class for Conditional Indepency Models
Set of pairs of elements with fast search for both elements.
Class for assigning/browsing values to tuples of discrete variables.
virtual MultiDimContainer< GUM_SCALAR > * newFactory() const
This method creates a clone of this object, withouth its content (including variable), you must use this method if you want to ensure that the generated object has the same type than the object containing the called newFactory()
virtual ~MultiDimLogit()
Destructor.
MultiDimLogit(GUM_SCALAR external_weight, GUM_SCALAR default_weight=(GUM_SCALAR) 0.0)
Default constructor.