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

详细描述

template<class P>
struct node< P >

Cover tree node TODO better doc

在文件 JLCoverTree.h41 行定义.

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.h53 行定义.

float max_dist

The maximum distance to any grandchild

在文件 JLCoverTree.h47 行定义.

unsigned short int num_children

The number of children nodes of this node

在文件 JLCoverTree.h56 行定义.

P p

Point

在文件 JLCoverTree.h44 行定义.

float parent_dist

The distance to the parent

在文件 JLCoverTree.h50 行定义.

short int scale

Essentially, an upper bound on the distance to any child

在文件 JLCoverTree.h59 行定义.


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

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