mlpack  master
Public Member Functions | List of all members
mlpack::fastmks::FastMKSRules< KernelType, TreeType >::CandidateCmp Struct Reference

Compare two candidates based on the value. More...

Public Member Functions

bool operator() (const Candidate &c1, const Candidate &c2) const
 

Detailed Description

template<typename KernelType, typename TreeType>
struct mlpack::fastmks::FastMKSRules< KernelType, TreeType >::CandidateCmp

Compare two candidates based on the value.

Definition at line 137 of file fastmks_rules.hpp.

Member Function Documentation

template<typename KernelType , typename TreeType >
bool mlpack::fastmks::FastMKSRules< KernelType, TreeType >::CandidateCmp::operator() ( const Candidate c1,
const Candidate c2 
) const
inline

Definition at line 138 of file fastmks_rules.hpp.


The documentation for this struct was generated from the following file: