aGrUM
0.16.0
Public Member Functions
|
List of all members
gum::learning::GreaterAbsPairOn2nd Class Reference
#include <
Miic.h
>
Public Member Functions
bool
operator()
(const std::pair< std::tuple<
NodeId
,
NodeId
,
NodeId
> *,
double
> &e1, const std::pair< std::tuple<
NodeId
,
NodeId
,
NodeId
> *,
double
> &e2) const
Detailed Description
Definition at line
70
of file
Miic.h
.
Member Function Documentation
◆
operator()()
bool
gum::learning::GreaterAbsPairOn2nd::operator()
(
const std::pair< std::tuple<
NodeId
,
NodeId
,
NodeId
> *,
double
> &
e1
,
const std::pair< std::tuple<
NodeId
,
NodeId
,
NodeId
> *,
double
> &
e2
)
const
Definition at line
85
of file
Miic.cpp
.
88
{
89
return
std::abs(e1.second) > std::abs(e2.second);
90
}
The documentation for this class was generated from the following files:
agrum/learning/
Miic.h
agrum/learning/
Miic.cpp