SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | 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]

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
 
- Public Member Functions inherited from CSGObject
 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)
 
SGIOget_global_io ()
 
void set_global_parallel (Parallel *parallel)
 
Parallelget_global_parallel ()
 
void set_global_version (Version *version)
 
Versionget_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)
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 
template<>
void set_generic ()
 

Protected Attributes

CSGInterface * ui
 
CPluginEstimateestimator
 
float64_t pos_pseudo
 
float64_t neg_pseudo
 

Additional Inherited Members

- Public Attributes inherited from CSGObject
SGIOio
 
Parallelparallel
 
Versionversion
 
Parameterm_parameters
 
Parameterm_model_selection_parameters
 
- Protected Member Functions inherited from CSGObject
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 & 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 ( ) 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:

SHOGUN Machine Learning Toolbox - Documentation