CTron Class Reference


Detailed Description

class Tron

Definition at line 56 of file Tron.h.

List of all members.

Public Member Functions

 CTron (const function *fun_obj, float64_t eps=0.1, int32_t max_iter=1000)
virtual ~CTron ()
void tron (float64_t *w)
virtual const char * get_name () const

Constructor & Destructor Documentation

CTron ( const function *  fun_obj,
float64_t  eps = 0.1,
int32_t  max_iter = 1000 
)

constructor

Parameters:
fun_obj object of class function
eps eps
max_iter max iter

Definition at line 15 of file Tron.cpp.

~CTron (  )  [virtual]

Definition at line 23 of file Tron.cpp.


Member Function Documentation

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

Definition at line 76 of file Tron.h.

void tron ( float64_t w  ) 

tron

Parameters:
w w

Definition at line 27 of file Tron.cpp.


The documentation for this class was generated from the following files:

SHOGUN Machine Learning Toolbox - Documentation