12 #ifndef _GUIPLUGINESTIMATE_H__ 
   13 #define _GUIPLUGINESTIMATE_H__ 
   49         bool load(
char* param);
 
   53         bool save(
char* param);
 
   66         virtual const char* 
get_name()
 const { 
return "GUIPluginEstimate"; }
 
The class Labels models labels, i.e. class assignments of objects. 
 
bool marginalized_train(char *param)
 
bool new_estimator(float64_t pos, float64_t neg)
 
float64_t apply_one(int32_t idx)
 
Class SGObject is the base class of all shogun objects. 
 
virtual const char * get_name() const 
 
CPluginEstimate * estimator
 
all of classes and functions are contained in the shogun namespace 
 
CPluginEstimate * get_estimator()