30 #ifndef GUM_MIN_AGGREGATOR_H 31 #define GUM_MIN_AGGREGATOR_H 37 namespace aggregator {
52 template <
typename GUM_SCALAR >
85 bool& stop_iteration)
const;
89 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 99 #endif // GUM_MIN_AGGREGATOR_H
Base class for discrete random variable.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Abstract base class for all multi dimensionnal containers.
<agrum/multidim/aggregators/multiDimAggregator.h>
virtual Idx _neutralElt() const
_neutralElt() is the result value for the first application of _fold
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
virtual std::string aggregatorName() const
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Size Idx
Type for indexes.
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...
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()