Public Member Functions | Protected Attributes

CGUIPluginEstimate Class Reference


Detailed Description

UI estimate.

Definition at line 25 of file GUIPluginEstimate.h.

Inheritance diagram for CGUIPluginEstimate:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CGUIPluginEstimate ()
 CGUIPluginEstimate (CSGInterface *interface)
 ~CGUIPluginEstimate ()
bool new_estimator (float64_t pos, float64_t neg)
bool train ()
bool marginalized_train (char *param)
bool load (char *param)
bool save (char *param)
CPluginEstimateget_estimator ()
CLabelsapply ()
float64_t apply (int32_t idx)
virtual const char * get_name () const

Protected Attributes

CSGInterface * ui
CPluginEstimateestimator
float64_t pos_pseudo
float64_t neg_pseudo

Constructor & Destructor Documentation

constructor

Definition at line 30 of file GUIPluginEstimate.h.

CGUIPluginEstimate ( CSGInterface *  interface  ) 

constructor

Parameters:
interface 

Definition at line 21 of file GUIPluginEstimate.cpp.

destructor

Definition at line 27 of file GUIPluginEstimate.cpp.


Member Function Documentation

CLabels * apply (  ) 

apply

Definition at line 83 of file GUIPluginEstimate.cpp.

float64_t apply ( int32_t  idx  ) 

apply

Parameters:
idx 

Definition at line 104 of file GUIPluginEstimate.cpp.

CPluginEstimate* get_estimator (  ) 

get estimator

Definition at line 56 of file GUIPluginEstimate.h.

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

Implements CSGObject.

Definition at line 66 of file GUIPluginEstimate.h.

bool load ( char *  param  ) 

load

Parameters:
param 

Definition at line 71 of file GUIPluginEstimate.cpp.

bool marginalized_train ( char *  param  ) 

marginalized train

Parameters:
param 
bool new_estimator ( float64_t  pos,
float64_t  neg 
)

create new estimator

Definition at line 32 of file GUIPluginEstimate.cpp.

bool save ( char *  param  ) 

save

Parameters:
param 

Definition at line 77 of file GUIPluginEstimate.cpp.

bool train (  ) 

train estimator

Definition at line 46 of file GUIPluginEstimate.cpp.


Member Data Documentation

CPluginEstimate* estimator [protected]

estimator

Definition at line 72 of file GUIPluginEstimate.h.

float64_t neg_pseudo [protected]

neg pseudo

Definition at line 76 of file GUIPluginEstimate.h.

float64_t pos_pseudo [protected]

pos pseudo

Definition at line 74 of file GUIPluginEstimate.h.

CSGInterface* ui [protected]

ui

Definition at line 70 of file GUIPluginEstimate.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