aGrUM  0.14.2
gum::learning::GreaterAbsPairOn2nd Class Reference

#include <Miic.h>

Public Member Functions

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

Detailed Description

Definition at line 67 of file Miic.h.

Member Function Documentation

◆ operator()()

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

Definition at line 82 of file Miic.cpp.

85  {
86  return std::abs(e1.second) > std::abs(e2.second);
87  }

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