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

详细描述

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

kernel thread parameters

在文件 Kernel.cpp1001 行定义.

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

CKernel* kernel

kernel

在文件 Kernel.cpp1004 行定义.

int32_t m

m

在文件 Kernel.cpp1014 行定义.

int32_t n

n

在文件 Kernel.cpp1016 行定义.

T* result

result

在文件 Kernel.cpp1018 行定义.

int32_t start

start (unit row)

在文件 Kernel.cpp1006 行定义.

bool symmetric

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

在文件 Kernel.cpp1020 行定义.

int64_t total_end

end (unit number of elements)

在文件 Kernel.cpp1012 行定义.

int64_t total_start

start (unit number of elements)

在文件 Kernel.cpp1010 行定义.

bool verbose

output progress

在文件 Kernel.cpp1022 行定义.


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

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