42 inline virtual const char*
get_name()
const {
return "MPDSVM"; }
The class Labels models labels, i.e. class assignments of objects.
float64_t kernel(int32_t idx_a, int32_t idx_b)
void unlock_entry(int64_t number)
void unlock_kernel_row(int32_t i)
float64_t compute_H(int32_t i, int32_t j)
KERNELCACHE_ELEM * lock_kernel_row(int32_t i)
T * set_entry(int64_t number)
bool is_cached(int64_t number)
virtual bool train_machine(CFeatures *data=NULL)
CCache< KERNELCACHE_ELEM > * kernel_cache
float64_t get_label(int32_t idx)
virtual EClassifierType get_classifier_type()
T * lock_entry(int64_t number)
The class Features is the base class of all feature objects.
virtual const char * get_name() const
A generic Support Vector Machine Interface.
float64_t KERNELCACHE_ELEM