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

详细描述

template<class T>
struct D_THREAD_PARAM< T >

distance thread parameters

在文件 Distance.cpp34 行定义.

Public 属性

CDistancedistance
 
int32_t start
 
int32_t end
 
int32_t total_start
 
int32_t total_end
 
int32_t m
 
int32_t n
 
T * result
 
bool symmetric
 
bool verbose
 

类成员变量说明

CDistance* distance

distance

在文件 Distance.cpp37 行定义.

int32_t end

end (unit row)

在文件 Distance.cpp41 行定义.

int32_t m

m

在文件 Distance.cpp47 行定义.

int32_t n

n

在文件 Distance.cpp49 行定义.

T* result

result

在文件 Distance.cpp51 行定义.

int32_t start

start (unit row)

在文件 Distance.cpp39 行定义.

bool symmetric

distance matrix k(i,j)=k(j,i)

在文件 Distance.cpp53 行定义.

int32_t total_end

end (unit number of elements)

在文件 Distance.cpp45 行定义.

int32_t total_start

start (unit number of elements)

在文件 Distance.cpp43 行定义.

bool verbose

output progress

在文件 Distance.cpp55 行定义.


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

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