SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

CDistance* distance

distance

Definition at line 37 of file Distance.cpp.

int32_t end

end (unit row)

Definition at line 41 of file Distance.cpp.

int32_t m

m

Definition at line 47 of file Distance.cpp.

int32_t n

n

Definition at line 49 of file Distance.cpp.

T* result

result

Definition at line 51 of file Distance.cpp.

int32_t start

start (unit row)

Definition at line 39 of file Distance.cpp.

bool symmetric

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

Definition at line 53 of file Distance.cpp.

int32_t total_end

end (unit number of elements)

Definition at line 45 of file Distance.cpp.

int32_t total_start

start (unit number of elements)

Definition at line 43 of file Distance.cpp.

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