SHOGUN  6.0.0
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 511 of file Kernel.cpp.

Public Attributes

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
 

Member Data Documentation

◆ end

int32_t end

end (unit row)

Definition at line 518 of file Kernel.cpp.

◆ kernel

CKernel* kernel

kernel

Definition at line 514 of file Kernel.cpp.

◆ m

int32_t m

m

Definition at line 524 of file Kernel.cpp.

◆ n

int32_t n

n

Definition at line 526 of file Kernel.cpp.

◆ result

T* result

result

Definition at line 528 of file Kernel.cpp.

◆ start

int32_t start

start (unit row)

Definition at line 516 of file Kernel.cpp.

◆ symmetric

bool symmetric

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

Definition at line 530 of file Kernel.cpp.

◆ total_end

int64_t total_end

end (unit number of elements)

Definition at line 522 of file Kernel.cpp.

◆ total_start

int64_t total_start

start (unit number of elements)

Definition at line 520 of file Kernel.cpp.

◆ verbose

bool verbose

output progress

Definition at line 532 of file Kernel.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation