Tapkee
|
#include <covertree_point.hpp>
Public Member Functions | |
CoverTreePoint () | |
CoverTreePoint (const RandomAccessIterator &iter, ScalarType norm) | |
Public Attributes | |
RandomAccessIterator | iter_ |
ScalarType | norm_ |
Class Point to use with John Langford's CoverTree. This class must have some associated functions defined (distance, and print, see below) so it can be used with the CoverTree implementation.
Definition at line 111 of file covertree_point.hpp.
CoverTreePoint | ( | ) |
Definition at line 113 of file covertree_point.hpp.
CoverTreePoint | ( | const RandomAccessIterator & | iter, |
ScalarType | norm | ||
) |
Definition at line 116 of file covertree_point.hpp.
RandomAccessIterator iter_ |
Definition at line 119 of file covertree_point.hpp.
ScalarType norm_ |
Definition at line 122 of file covertree_point.hpp.