mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper Struct Reference

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

List of all members.

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:

Generated on 29 Sep 2016 for MLPACK by  doxygen 1.6.1