aGrUM  0.20.3
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 70 of file Miic.h.

Member Function Documentation

◆ operator()()

bool gum::learning::GreaterAbsPairOn2nd::operator() ( const Ranking e1,
const Ranking e2 
) const

Definition at line 79 of file Miic.cpp.

References gum::learning::genericBNLearner::Database::Database().

79  {
80  return std::abs(e1.second) > std::abs(e2.second);
81  }
Potential< GUM_SCALAR > abs(const Potential< GUM_SCALAR > &arg)
Definition: potential.h:595
+ Here is the call graph for this function:

The documentation for this class was generated from the following files: