MLPACK  1.0.8
Public Member Functions | List of all members
mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper Struct Reference

For sorting the edge list after the computation. More...

Public Member Functions

bool operator() (const EdgePair &pairA, const EdgePair &pairB)
 

Detailed Description

template<typename MetricType = metric::EuclideanDistance, typename TreeType = tree::BinarySpaceTree<bound::HRectBound<2>, DTBStat>>
struct mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper

For sorting the edge list after the computation.

Definition at line 129 of file dtb.hpp.

Member Function Documentation

template<typename MetricType = metric::EuclideanDistance, typename TreeType = tree::BinarySpaceTree<bound::HRectBound<2>, DTBStat>>
bool mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper::operator() ( const EdgePair pairA,
const EdgePair pairB 
)
inline

Definition at line 131 of file dtb.hpp.

References mlpack::emst::EdgePair::Distance().


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