Definition at line 19 of file PlifBase.h.
Public Member Functions | |
CPlifBase () | |
virtual | ~CPlifBase () |
virtual DREAL | lookup_penalty (DREAL p_value, DREAL *svm_values) const =0 |
virtual DREAL | lookup_penalty (INT p_value, DREAL *svm_values) const =0 |
virtual void | penalty_clear_derivative ()=0 |
virtual void | penalty_add_derivative (DREAL p_value, DREAL *svm_values)=0 |
virtual DREAL | get_max_value () const =0 |
virtual DREAL | get_min_value () const =0 |
virtual void | get_used_svms (INT *num_svms, INT *svm_ids)=0 |
virtual bool | uses_svm_values () const =0 |
virtual INT | get_max_id () const =0 |
Static Public Attributes | |
static CParallel | parallel |
static CIO | io |
static CVersion | version |
CPlifBase::CPlifBase | ( | ) |
default constructor
Definition at line 23 of file PlifBase.h.
virtual CPlifBase::~CPlifBase | ( | ) | [virtual] |
Definition at line 24 of file PlifBase.h.
lookup penalty DREAL
abstract base method
p_value | value | |
svm_values | SVM values |
Implemented in CPlif, and CPlifArray.
lookup penalty INT
abstract base method
p_value | value | |
svm_values | SVM values |
Implemented in CPlif, and CPlifArray.
virtual void CPlifBase::penalty_clear_derivative | ( | ) | [pure virtual] |
penalty add derivative
abstract base method
p_value | value | |
svm_values | SVM values |
Implemented in CPlif, and CPlifArray.
virtual DREAL CPlifBase::get_max_value | ( | ) | const [pure virtual] |
virtual DREAL CPlifBase::get_min_value | ( | ) | const [pure virtual] |
virtual bool CPlifBase::uses_svm_values | ( | ) | const [pure virtual] |
if plif uses SVM values
abstract base method
Implemented in CPlif, and CPlifArray.
virtual INT CPlifBase::get_max_id | ( | ) | const [pure virtual] |
CParallel CSGObject::parallel [static, inherited] |
Definition at line 105 of file SGObject.h.
CIO CSGObject::io [static, inherited] |
Definition at line 106 of file SGObject.h.
CVersion CSGObject::version [static, inherited] |
Definition at line 107 of file SGObject.h.