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

详细描述

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

kernel thread parameters

在文件Kernel.h第99行定义。

所有成员的列表。

公有属性

CKernel * kernel
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.h第106行定义。

kernel

在文件Kernel.h第102行定义。

int32_t m

m

在文件Kernel.h第112行定义。

int32_t n

n

在文件Kernel.h第114行定义。

T* result

result

在文件Kernel.h第116行定义。

int32_t start

start (unit row)

在文件Kernel.h第104行定义。

bool symmetric

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

在文件Kernel.h第118行定义。

int32_t total_end

end (unit number of elements)

在文件Kernel.h第110行定义。

int32_t total_start

start (unit number of elements)

在文件Kernel.h第108行定义。

bool verbose

output progress

在文件Kernel.h第120行定义。


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

SHOGUN Machine Learning Toolbox - Documentation