SHOGUN  v3.0.1
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 属性
node< P > 模板结构体 参考

详细描述

template<class P>
struct node< P >

Cover tree node TODO better doc

在文件 JLCoverTree.h39 行定义.

Public 属性

p
 
float max_dist
 
float parent_dist
 
node< P > * children
 
unsigned short int num_children
 
short int scale
 

类成员变量说明

node<P>* children

Pointer to the list of children of this node

在文件 JLCoverTree.h51 行定义.

float max_dist

The maximum distance to any grandchild

在文件 JLCoverTree.h45 行定义.

unsigned short int num_children

The number of children nodes of this node

在文件 JLCoverTree.h54 行定义.

P p

Point

在文件 JLCoverTree.h42 行定义.

float parent_dist

The distance to the parent

在文件 JLCoverTree.h48 行定义.

short int scale

Essentially, an upper bound on the distance to any child

在文件 JLCoverTree.h57 行定义.


该结构体的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation