SHOGUN  4.1.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
 

类成员变量说明

CDistance* m_distance

Distance object where to find the coordinate information of this point

在文件 JLCoverTreePoint.h125 行定义.

EFeaturesContainer m_features_container

If the point is stored in rhs or lhs in m_distance

在文件 JLCoverTreePoint.h131 行定义.

int32_t m_index

Index of this point in m_distance

在文件 JLCoverTreePoint.h128 行定义.


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

SHOGUN 机器学习工具包 - 项目文档