SHOGUN
v1.1.0
|
class PlifBase
Definition at line 21 of file PlifBase.h.
Public Member Functions | |
CPlifBase () | |
virtual | ~CPlifBase () |
virtual float64_t | lookup_penalty (float64_t p_value, float64_t *svm_values) const =0 |
virtual float64_t | lookup_penalty (int32_t p_value, float64_t *svm_values) const =0 |
virtual void | penalty_clear_derivative ()=0 |
virtual void | penalty_add_derivative (float64_t p_value, float64_t *svm_values, float64_t factor)=0 |
virtual float64_t | get_max_value () const =0 |
virtual float64_t | get_min_value () const =0 |
virtual void | get_used_svms (int32_t *num_svms, int32_t *svm_ids)=0 |
virtual bool | uses_svm_values () const =0 |
virtual int32_t | get_max_id () const =0 |
virtual void | list_plif () const =0 |
![]() | |
CSGObject () | |
CSGObject (const CSGObject &orig) | |
virtual | ~CSGObject () |
virtual const char * | get_name () const =0 |
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) |
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) |
CPlifBase | ( | ) |
default constructor
Definition at line 25 of file PlifBase.h.
|
virtual |
Definition at line 26 of file PlifBase.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
lookup penalty float64_t
abstract base method
p_value | value |
svm_values | SVM values |
Implemented in CPlif, and CPlifArray.
lookup penalty int32_t
abstract base method
p_value | value |
svm_values | SVM values |
Implemented in CPlif, and CPlifArray.
|
pure virtual |
penalty add derivative
abstract base method
p_value | value |
svm_values | SVM values |
factor | factor weighting the added value |
Implemented in CPlif, and CPlifArray.
|
pure virtual |
|
pure virtual |
if plif uses SVM values
abstract base method
Implemented in CPlif, and CPlifArray.