aGrUM  0.14.2
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 56 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 73 of file Miic.cpp.

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

78  {
79  return e1.second > e2.second;
80  }
+ Here is the caller graph for this function:

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