CTron Class Reference

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)
 ~CTron ()
void tron (float64_t *w)


Detailed Description

class Tron

Definition at line 52 of file Tron.h.


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 (  ) 

Definition at line 20 of file Tron.cpp.


Member Function Documentation

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