27 #ifndef GUM_EXISTS_AGGREGATOR_H 28 #define GUM_EXISTS_AGGREGATOR_H 34 namespace aggregator {
50 template <
typename GUM_SCALAR >
83 bool& stop_iteration)
const;
90 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 100 #endif // GUM_EXISTS_AGGREGATOR_H virtual Idx _neutralElt() const
_neutralElt() is the result value for the first application of _fold
virtual std::string aggregatorName() const
Base class for discrete random variable.
gum is the global namespace for all aGrUM entities
Abstract base class for all multi dimensionnal containers.
virtual Idx _fold(const DiscreteVariable &v, Idx i1, Idx i2, bool &stop_iteration) const
_fold is applied on value i1 for variable v. the actual result for precedent applications is i2...
<agrum/multidim/aggregators/multiDimAggregator.h>
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()
Size Idx
Type for indexes.