![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Arg Max function object class. More...
#include <agrum/tools/core/functors.h>
Public Member Functions | |
Operator() | |
GUM_SCALAR | operator() (const GUM_SCALAR &x, const GUM_SCALAR &y) const |
Public Types | |
typedef GUM_SCALAR | first_argument_type |
typedef GUM_SCALAR | second_argument_type |
typedef GUM_SCALAR | result_type |
Arg Max function object class.
Operator() | takes two std::pairs. First element in each pair is the values we compare to do the argmax. Second element is the argument that leads to this value. |
Definition at line 106 of file functors.h.
typedef GUM_SCALAR gum::ArgumentMaximises< GUM_SCALAR >::first_argument_type |
Definition at line 118 of file functors.h.
typedef GUM_SCALAR gum::ArgumentMaximises< GUM_SCALAR >::result_type |
Definition at line 120 of file functors.h.
typedef GUM_SCALAR gum::ArgumentMaximises< GUM_SCALAR >::second_argument_type |
Definition at line 119 of file functors.h.
|
inline |
Definition at line 112 of file functors.h.