aGrUM  0.16.0
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 59 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 76 of file Miic.cpp.

Referenced by gum::learning::Miic::operator=().

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

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