SHOGUN
v1.1.0
|
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 |
![]() | |
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 |
CPluginEstimate * | estimator |
float64_t | pos_pseudo |
float64_t | neg_pseudo |
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) |
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 |
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.
|
protected |
estimator
Definition at line 72 of file GUIPluginEstimate.h.
|
protected |
neg pseudo
Definition at line 76 of file GUIPluginEstimate.h.
|
protected |
pos pseudo
Definition at line 74 of file GUIPluginEstimate.h.
|
protected |
ui
Definition at line 70 of file GUIPluginEstimate.h.