SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions
CTron Class Reference

Detailed Description

class Tron

Definition at line 55 of file tron.h.

Inheritance diagram for CTron:
Inheritance graph
[legend]

Public Member Functions

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

Constructor & Destructor Documentation

CTron ( )

Definition at line 58 of file tron.h.

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

constructor

Parameters
fun_objobject of class function
epseps
max_itermax iter

Definition at line 60 of file tron.cpp.

~CTron ( )
virtual

Definition at line 68 of file tron.cpp.

Member Function Documentation

virtual const char* get_name ( ) const
virtual
Returns
object name

Definition at line 77 of file tron.h.

void tron ( float64_t w,
float64_t  max_train_time 
)

tron

Parameters
ww
max_train_timemaximum training time

Definition at line 72 of file tron.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation