SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | 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.

Public Attributes

CDistancem_distance
 
int32_t m_index
 
EFeaturesContainer m_features_container
 

Member Data Documentation

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.


The documentation for this class was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation