36 namespace aggregator {
37 template <
typename GUM_SCALAR >
43 template <
typename GUM_SCALAR >
50 template <
typename GUM_SCALAR >
55 template <
typename GUM_SCALAR >
60 template <
typename GUM_SCALAR >
64 bool& stop_iteration)
const {
68 stop_iteration =
true;
73 template <
typename GUM_SCALAR >
79 ss <<
"exists[" <<
__value <<
"]";
83 template <
typename GUM_SCALAR >
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.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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()
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Size Idx
Type for indexes.