23 #ifndef DOXYGEN_SHOULD_SKIP_THIS
128 uint32_t nSel,
void* ptr);
147 float64_t *new_col_H, uint32_t *new_cut, uint32_t cut_length,
148 uint32_t nSel,
void* ptr );
166 static inline void print(ocas_return_value_T value)
183 inline virtual const char*
get_name()
const {
return "SVMOcas"; }
static void print(ocas_return_value_T value)
The class Labels models labels, i.e. class assignments of objects.
void set_epsilon(float64_t eps)
virtual const char * get_name() const
virtual bool train_machine(CFeatures *data=NULL)
Features that support dot products among other operations.
virtual EClassifierType get_classifier_type()
SGVector< float64_t > lab
void set_C(float64_t c_neg, float64_t c_pos)
static int compute_output(float64_t *output, void *ptr)
Class LinearMachine is a generic interface for all kinds of linear machines like classifiers.
void set_bufsize(int32_t sz)
void set_bias_enabled(bool enable_bias)
static int sort(float64_t *vals, float64_t *data, uint32_t size)
static float64_t update_W(float64_t t, void *ptr)
The class Features is the base class of all feature objects.
static int add_new_cut(float64_t *new_col_H, uint32_t *new_cut, uint32_t cut_length, uint32_t nSel, void *ptr)
static void compute_W(float64_t *sq_norm_W, float64_t *dp_WoldW, float64_t *alpha, uint32_t nSel, void *ptr)