Public Member Functions | Protected Attributes

CGUIMath Class Reference


Detailed Description

UI math.

Definition at line 22 of file GUIMath.h.

Inheritance diagram for CGUIMath:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CGUIMath ()
 CGUIMath (CSGInterface *interface)
void set_threshold (float64_t value)
void init_random (uint32_t initseed=0)
virtual const char * get_name () const

Protected Attributes

CSGInterface * ui
float64_t threshold

Constructor & Destructor Documentation

CGUIMath (  ) 

constructor

Definition at line 26 of file GUIMath.h.

CGUIMath ( CSGInterface *  interface  ) 

constructor

Parameters:
interface 

Definition at line 20 of file GUIMath.cpp.


Member Function Documentation

virtual const char* get_name (  )  const [virtual]
Returns:
object name

Implements CSGObject.

Definition at line 41 of file GUIMath.h.

void init_random ( uint32_t  initseed = 0  ) 

init random

Parameters:
initseed 

Definition at line 32 of file GUIMath.cpp.

void set_threshold ( float64_t  value  ) 

set threshold

Parameters:
value 

Definition at line 25 of file GUIMath.cpp.


Member Data Documentation

float64_t threshold [protected]

threshold

Definition at line 46 of file GUIMath.h.

CSGInterface* ui [protected]

ui

Definition at line 44 of file GUIMath.h.


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

SHOGUN Machine Learning Toolbox - Documentation