Scroll to navigation

mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper(3) MLPACK mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper(3)

NAME

mlpack::emst::DualTreeBoruvka< MetricType, TreeType >::SortEdgesHelper -
For sorting the edge list after the computation.

SYNOPSIS

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().

Author

Generated automatically by Doxygen for MLPACK from the source code.
Tue Sep 9 2014 Version 1.0.10