![]() |
aGrUM
0.16.0
|
Aggregators are functional description of CPTs. More...
Classes | |
class | Amplitude |
amplitude aggregator More... | |
class | And |
And aggregator. More... | |
class | Count |
count aggregator More... | |
class | Exists |
exists aggregator More... | |
class | Forall |
forall aggregator More... | |
class | Max |
max aggregator More... | |
class | Median |
median aggregator More... | |
class | Min |
min aggregator More... | |
class | MultiDimAggregator |
<agrum/multidim/aggregators/multiDimAggregator.h> More... | |
class | Or |
or aggregator More... | |
Functions | |
template<typename GUM_SCALAR > | |
std::ostream & | operator<< (std::ostream &s, const MultiDimAggregator< GUM_SCALAR > &ag) |
For friendly displaying the content of the array. More... | |
template<typename GUM_SCALAR > | |
INLINE std::ostream & | operator<< (std::ostream &s, const MultiDimAggregator< GUM_SCALAR > &ag) |
For friendly displaying the content of the array. More... | |
Aggregators are functional description of CPTs.
INLINE std::ostream& gum::aggregator::operator<< | ( | std::ostream & | s, |
const MultiDimAggregator< GUM_SCALAR > & | ag | ||
) |
For friendly displaying the content of the array.
Definition at line 134 of file multiDimAggregator_tpl.h.
References gum::aggregator::MultiDimAggregator< GUM_SCALAR >::toString().
Referenced by gum::aggregator::MultiDimAggregator< GUM_SCALAR >::realSize().
std::ostream& gum::aggregator::operator<< | ( | std::ostream & | s, |
const MultiDimAggregator< GUM_SCALAR > & | ag | ||
) |
For friendly displaying the content of the array.
Definition at line 134 of file multiDimAggregator_tpl.h.
References gum::aggregator::MultiDimAggregator< GUM_SCALAR >::toString().
Referenced by gum::aggregator::MultiDimAggregator< GUM_SCALAR >::realSize().