SHOGUN
v1.1.0
|
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 |
![]() | |
CSGObject () | |
CSGObject (const CSGObject &orig) | |
virtual | ~CSGObject () |
virtual bool | is_generic (EPrimitiveType *generic) const |
template<class T > | |
void | set_generic () |
void | unset_generic () |
virtual void | print_serializable (const char *prefix="") |
virtual bool | save_serializable (CSerializableFile *file, const char *prefix="") |
virtual bool | load_serializable (CSerializableFile *file, const char *prefix="") |
void | set_global_io (SGIO *io) |
SGIO * | get_global_io () |
void | set_global_parallel (Parallel *parallel) |
Parallel * | get_global_parallel () |
void | set_global_version (Version *version) |
Version * | get_global_version () |
SGVector< char * > | get_modelsel_names () |
char * | get_modsel_param_descr (const char *param_name) |
index_t | get_modsel_param_index (const char *param_name) |
Protected Attributes | |
CSGInterface * | ui |
CLabels * | train_labels |
CLabels * | test_labels |
Additional Inherited Members | |
![]() | |
SGIO * | io |
Parallel * | parallel |
Version * | version |
Parameter * | m_parameters |
Parameter * | m_model_selection_parameters |
![]() | |
virtual void | load_serializable_pre () throw (ShogunException) |
virtual void | load_serializable_post () throw (ShogunException) |
virtual void | save_serializable_pre () throw (ShogunException) |
virtual void | save_serializable_post () throw (ShogunException) |
CGUILabels | ( | ) |
constructor
Definition at line 28 of file GUILabels.h.
CGUILabels | ( | CSGInterface * | interface | ) |
~CGUILabels | ( | ) |
destructor
Definition at line 28 of file GUILabels.cpp.
|
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 | ) |
|
protected |
test labels
Definition at line 69 of file GUILabels.h.
|
protected |
train labels
Definition at line 67 of file GUILabels.h.
|
protected |
ui
Definition at line 65 of file GUILabels.h.