Public Attributes

CJLCoverTreePoint Class Reference


Detailed Description

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.

List of all members.

Public Attributes

CDistancem_distance
int32_t m_index
EFeaturesContainer m_features_container

Member Data Documentation

Distance object where to find the coordinate information of this point

Definition at line 125 of file JLCoverTreePoint.h.

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation