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

#include <Miic.h>

Public Member Functions

bool operator() (const std::pair< std::tuple< NodeId, NodeId, NodeId, std::vector< NodeId > > *, double > &e1, const std::pair< std::tuple< NodeId, NodeId, NodeId, std::vector< NodeId > > *, double > &e2) const
 

Detailed Description

Definition at line 58 of file Miic.h.

Member Function Documentation

◆ operator()()

bool gum::learning::GreaterPairOn2nd::operator() ( const std::pair< std::tuple< NodeId, NodeId, NodeId, std::vector< NodeId > > *, double > &  e1,
const std::pair< std::tuple< NodeId, NodeId, NodeId, std::vector< NodeId > > *, double > &  e2 
) const

Definition at line 74 of file Miic.cpp.

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

80  {
81  return e1.second > e2.second;
82  }
+ Here is the call graph for this function:

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