![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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/base/multidim/aggregators/multiDimAggregator.h> More... | |
| class | Or |
| or aggregator More... | |
| class | Sum |
| Sum 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. | |
| template<typename GUM_SCALAR> | |
| INLINE std::ostream & | operator<< (std::ostream &s, const MultiDimAggregator< GUM_SCALAR > &ag) |
| For friendly displaying the content of the array. | |
Aggregators are functional description of CPTs.
| std::ostream & gum::aggregator::operator<< | ( | std::ostream & | s, |
| const MultiDimAggregator< GUM_SCALAR > & | ag ) |
For friendly displaying the content of the array.
Definition at line 155 of file multiDimAggregator_tpl.h.
References gum::aggregator::MultiDimAggregator< GUM_SCALAR >::toString().
| 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 155 of file multiDimAggregator_tpl.h.
References gum::aggregator::MultiDimAggregator< GUM_SCALAR >::toString().