SHOGUN  v3.2.0
List of all members | Public Attributes
D_THREAD_PARAM< T > Struct Template Reference

Detailed Description

template<class T>
struct D_THREAD_PARAM< T >

distance thread parameters

Definition at line 34 of file Distance.cpp.

Public Attributes

CDistancedistance
 
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

◆ distance

CDistance* distance

distance

Definition at line 37 of file Distance.cpp.

◆ end

int32_t end

end (unit row)

Definition at line 41 of file Distance.cpp.

◆ m

int32_t m

m

Definition at line 47 of file Distance.cpp.

◆ n

int32_t n

n

Definition at line 49 of file Distance.cpp.

◆ result

T* result

result

Definition at line 51 of file Distance.cpp.

◆ start

int32_t start

start (unit row)

Definition at line 39 of file Distance.cpp.

◆ symmetric

bool symmetric

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

Definition at line 53 of file Distance.cpp.

◆ total_end

int32_t total_end

end (unit number of elements)

Definition at line 45 of file Distance.cpp.

◆ total_start

int32_t total_start

start (unit number of elements)

Definition at line 43 of file Distance.cpp.

◆ verbose

bool verbose

output progress

Definition at line 55 of file Distance.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation