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

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

Public Member Functions

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

Detailed Description

template<typename KernelType, typename MatType = arma::mat, template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType = tree::StandardCoverTree>
struct mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >::CandidateCmp

Compare two candidates based on the value.

Definition at line 277 of file fastmks.hpp.

Member Function Documentation

template<typename KernelType, typename MatType = arma::mat, template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType = tree::StandardCoverTree>
bool mlpack::fastmks::FastMKS< KernelType, MatType, TreeType >::CandidateCmp::operator() ( const Candidate c1,
const Candidate c2 
)
inline

Definition at line 278 of file fastmks.hpp.


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