aGrUM
3.1.1
a C++ library for (probabilistic) graphical models
gum::learning::GreaterAbsPairOn2nd Class Reference
#include <
Miic.h
>
Public Member Functions
bool
operator()
(const
Ranking
&e1, const
Ranking
&e2) const
Detailed Description
Definition at line
80
of file
Miic.h
.
Member Function Documentation
◆
operator()()
bool
gum::learning::GreaterAbsPairOn2nd::operator()
(
const
Ranking
&
e1
,
const
Ranking
&
e2
) const
Definition at line
99
of file
Miic.cpp
.
99
{
100
return
std::abs(e1.second) > std::abs(e2.second);
101
}
The documentation for this class was generated from the following files:
agrum/BN/learning/
Miic.h
agrum/BN/learning/
Miic.cpp