SHOGUN  v3.2.0
所有成员列表 | Public 属性
CJLCoverTreePoint类 参考

详细描述

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.

在文件 JLCoverTreePoint.h118 行定义.

Public 属性

CDistancem_distance
 
int32_t m_index
 
EFeaturesContainer m_features_container
 

类成员变量说明

◆ m_distance

CDistance* m_distance

Distance object where to find the coordinate information of this point

在文件 JLCoverTreePoint.h125 行定义.

◆ m_features_container

EFeaturesContainer m_features_container

If the point is stored in rhs or lhs in m_distance

在文件 JLCoverTreePoint.h131 行定义.

◆ m_index

int32_t m_index

Index of this point in m_distance

在文件 JLCoverTreePoint.h128 行定义.


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation