aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
gum::learning::GreaterPairOn2nd Class Reference

#include <Miic.h>

Public Member Functions

bool operator() (const CondRanking &e1, const CondRanking &e2) const
 

Detailed Description

Definition at line 65 of file Miic.h.

Member Function Documentation

◆ operator()()

bool gum::learning::GreaterPairOn2nd::operator() ( const CondRanking e1,
const CondRanking e2 
) const

Definition at line 75 of file Miic.cpp.

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

75  {
76  return e1.second > e2.second;
77  }
+ Here is the call graph for this function:

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