UI labels.
Definition at line 24 of file GUILabels.h.

Public Member Functions | |
| CGUILabels () | |
| CGUILabels (CSGInterface *interface) | |
| ~CGUILabels () | |
| CLabels * | get_train_labels () |
| CLabels * | get_test_labels () |
| bool | set_train_labels (CLabels *lab) |
| bool | set_test_labels (CLabels *lab) |
| bool | load (char *filename, char *target) |
| bool | save (char *param) |
| virtual const char * | get_name () const |
Protected Attributes | |
| CSGInterface * | ui |
| CLabels * | train_labels |
| CLabels * | test_labels |
| CGUILabels | ( | ) |
constructor
Definition at line 28 of file GUILabels.h.
| CGUILabels | ( | CSGInterface * | interface | ) |
| ~CGUILabels | ( | ) |
destructor
Definition at line 28 of file GUILabels.cpp.
| virtual const char* get_name | ( | ) | const [virtual] |
| CLabels* get_test_labels | ( | ) |
get test labels
Definition at line 39 of file GUILabels.h.
| CLabels* get_train_labels | ( | ) |
get train labels
Definition at line 37 of file GUILabels.h.
| bool load | ( | char * | filename, | |
| char * | target | |||
| ) |
| bool save | ( | char * | param | ) |
| bool set_test_labels | ( | CLabels * | lab | ) |
| bool set_train_labels | ( | CLabels * | lab | ) |
CLabels* test_labels [protected] |
test labels
Definition at line 69 of file GUILabels.h.
CLabels* train_labels [protected] |
train labels
Definition at line 67 of file GUILabels.h.
CSGInterface* ui [protected] |
ui
Definition at line 65 of file GUILabels.h.