SHOGUN
4.2.0
|
Class Point to use with John Langford's CoverTree. This class must have some assoficated functions defined (distance, parse_points and print, see below) so it can be used with the CoverTree implementation.
Definition at line 118 of file JLCoverTreePoint.h.
Public Attributes | |
CDistance * | m_distance |
int32_t | m_index |
EFeaturesContainer | m_features_container |
CDistance* m_distance |
Distance object where to find the coordinate information of this point
Definition at line 125 of file JLCoverTreePoint.h.
EFeaturesContainer m_features_container |
If the point is stored in rhs or lhs in m_distance
Definition at line 131 of file JLCoverTreePoint.h.
int32_t m_index |
Index of this point in m_distance
Definition at line 128 of file JLCoverTreePoint.h.