SHOGUN v0.9.0
公有属性
K_THREAD_PARAM< T >模板结构参考

详细描述

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

kernel thread parameters

在文件Kernel.h99行定义。

所有成员的列表。

公有属性

CKernelkernel
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

成员数据文档

int32_t end

end (unit row)

在文件Kernel.h106行定义。

kernel

在文件Kernel.h102行定义。

int32_t m

m

在文件Kernel.h112行定义。

int32_t n

n

在文件Kernel.h114行定义。

T* result

result

在文件Kernel.h116行定义。

int32_t start

start (unit row)

在文件Kernel.h104行定义。

bool symmetric

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

在文件Kernel.h118行定义。

int32_t total_end

end (unit number of elements)

在文件Kernel.h110行定义。

int32_t total_start

start (unit number of elements)

在文件Kernel.h108行定义。

bool verbose

output progress

在文件Kernel.h120行定义。


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

SHOGUN Machine Learning Toolbox - Documentation