UI estimate.
Definition at line 25 of file GUIPluginEstimate.h.

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) |
| CPluginEstimate * | get_estimator () |
| CLabels * | apply () |
| float64_t | apply (int32_t idx) |
| virtual const char * | get_name () const |
Protected Attributes | |
| CSGInterface * | ui |
| CPluginEstimate * | estimator |
| float64_t | pos_pseudo |
| float64_t | neg_pseudo |
constructor
Definition at line 30 of file GUIPluginEstimate.h.
| CGUIPluginEstimate | ( | CSGInterface * | interface | ) |
| ~CGUIPluginEstimate | ( | ) |
destructor
Definition at line 27 of file GUIPluginEstimate.cpp.
| CLabels * apply | ( | ) |
apply
Definition at line 83 of file GUIPluginEstimate.cpp.
| float64_t apply | ( | int32_t | idx | ) |
| CPluginEstimate* get_estimator | ( | ) |
get estimator
Definition at line 56 of file GUIPluginEstimate.h.
| virtual const char* get_name | ( | ) | const [virtual] |
| bool load | ( | char * | param | ) |
| bool marginalized_train | ( | char * | param | ) |
marginalized train
| param |
create new estimator
Definition at line 32 of file GUIPluginEstimate.cpp.
| bool save | ( | char * | param | ) |
| bool train | ( | ) |
train estimator
Definition at line 46 of file GUIPluginEstimate.cpp.
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.