CTron Class Reference


Detailed Description

class Tron

Definition at line 54 of file Tron.h.

Inheritance diagram for CTron:
Inheritance graph
[legend]

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::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 12 of file Tron.cpp.

CTron::~CTron (  )  [virtual]

Definition at line 20 of file Tron.cpp.


Member Function Documentation

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

Implements CSGObject.

Definition at line 74 of file Tron.h.

void CTron::tron ( float64_t w  ) 

tron

Parameters:
w w

Definition at line 24 of file Tron.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation