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

详细描述

template<class T>
struct shogun::K_THREAD_PARAM< T >

kernel thread parameters

在文件 Kernel.cpp498 行定义.

Public 属性

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

类成员变量说明

int32_t end

end (unit row)

在文件 Kernel.cpp505 行定义.

CKernel* kernel

kernel

在文件 Kernel.cpp501 行定义.

int32_t m

m

在文件 Kernel.cpp511 行定义.

int32_t n

n

在文件 Kernel.cpp513 行定义.

T* result

result

在文件 Kernel.cpp515 行定义.

int32_t start

start (unit row)

在文件 Kernel.cpp503 行定义.

bool symmetric

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

在文件 Kernel.cpp517 行定义.

int64_t total_end

end (unit number of elements)

在文件 Kernel.cpp509 行定义.

int64_t total_start

start (unit number of elements)

在文件 Kernel.cpp507 行定义.

bool verbose

output progress

在文件 Kernel.cpp519 行定义.


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

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