SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
K_THREAD_PARAM< T > Struct Template Reference

Detailed Description

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

kernel thread parameters

Definition at line 986 of file Kernel.cpp.

Public Attributes

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

Member Data Documentation

int32_t end

end (unit row)

Definition at line 993 of file Kernel.cpp.

CKernel* kernel

kernel

Definition at line 989 of file Kernel.cpp.

int32_t m

m

Definition at line 999 of file Kernel.cpp.

int32_t n

n

Definition at line 1001 of file Kernel.cpp.

T* result

result

Definition at line 1003 of file Kernel.cpp.

int32_t start

start (unit row)

Definition at line 991 of file Kernel.cpp.

bool symmetric

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

Definition at line 1005 of file Kernel.cpp.

int32_t total_end

end (unit number of elements)

Definition at line 997 of file Kernel.cpp.

int32_t total_start

start (unit number of elements)

Definition at line 995 of file Kernel.cpp.

bool verbose

output progress

Definition at line 1007 of file Kernel.cpp.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation