11 #ifndef _NEWTONSVM_H___
12 #define _NEWTONSVM_H___
97 virtual const char*
get_name()
const {
return "NewtonSVM"; }
112 int32_t* sv, int32_t* numsv,
float64_t* grad);
128 #endif //_NEWTONSVM_H___
virtual bool train_machine(CFeatures *data=NULL)
MACHINE_PROBLEM_TYPE(PT_BINARY)
void set_num_iter(int32_t iter)
The class Labels models labels, i.e. class assignments of objects.
void set_epsilon(float64_t e)
virtual EMachineType get_classifier_type()
Features that support dot products among other operations.
void set_bias_enabled(bool enable_bias)
Class LinearMachine is a generic interface for all kinds of linear machines like classifiers.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
NewtonSVM, In this Implementation linear SVM is trained in its primal form using Newton-like iteratio...
virtual const char * get_name() const