SHOGUN v0.9.3
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 99 of file Kernel.h.

List of all members.

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 106 of file Kernel.h.

kernel

Definition at line 102 of file Kernel.h.

int32_t m

m

Definition at line 112 of file Kernel.h.

int32_t n

n

Definition at line 114 of file Kernel.h.

T* result

result

Definition at line 116 of file Kernel.h.

int32_t start

start (unit row)

Definition at line 104 of file Kernel.h.

bool symmetric

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

Definition at line 118 of file Kernel.h.

int32_t total_end

end (unit number of elements)

Definition at line 110 of file Kernel.h.

int32_t total_start

start (unit number of elements)

Definition at line 108 of file Kernel.h.

bool verbose

output progress

Definition at line 120 of file Kernel.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation