30 #ifndef GUM_MAX_AGGREGATOR_H 31 #define GUM_MAX_AGGREGATOR_H 37 namespace aggregator {
53 template <
typename GUM_SCALAR >
87 bool& stop_iteration)
const;
91 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 101 #endif // GUM_MAX_AGGREGATOR_H 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...
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
virtual Idx _neutralElt() const
_neutralElt() is the result value for the first application of _fold
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.
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()
<agrum/multidim/aggregators/multiDimAggregator.h>
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.