gpdt.h File Reference

Go to the source code of this file.

Classes

class  sKernel

Defines

#define MAXLENGTH   256
#define cachetype   KERNELCACHE_ELEM
#define EPS_SV   1.0e-9

Enumerations

enum  { SOLVER_VPM = 0, SOLVER_FLETCHER = 1 }

Functions

void SplitParts (int32_t n, int32_t part, int32_t parts, int32_t *dim, int32_t *off)
void SplitNum (int32_t n, int32_t *nloc, int32_t *noff)


Define Documentation

#define cachetype   KERNELCACHE_ELEM

Definition at line 73 of file gpdt.h.

#define EPS_SV   1.0e-9

Definition at line 74 of file gpdt.h.

#define MAXLENGTH   256

Definition at line 72 of file gpdt.h.


Enumeration Type Documentation

anonymous enum

Enumerator:
SOLVER_VPM 
SOLVER_FLETCHER 

Definition at line 76 of file gpdt.h.


Function Documentation

void SplitNum ( int32_t  n,
int32_t *  nloc,
int32_t *  noff 
)

void SplitParts ( int32_t  n,
int32_t  part,
int32_t  parts,
int32_t *  dim,
int32_t *  off 
)

Definition at line 384 of file gpdt.cpp.


SHOGUN Machine Learning Toolbox - Documentation