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 \fBmlpack::emst::DualTreeBoruvka\fP< MetricType, TreeType >::SortEdgesHelper::operator() (const \fBEdgePair\fP &pairA, const \fBEdgePair\fP &pairB)\fC [inline]\fP

Definition at line 131 of file dtb.hpp.

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

Author

Generated automatically by Doxygen for MLPACK from the source code.