SVM in regression.
SVM in regression.Try to find the hyperplane f(x) = w.x+b as minimize
(where if , else ) (and is the number of training examples) (the size of is here 2*)
("eps" is eps_regression in the code)
(in fact, we use a kernel kernel instead of a dot product)
The coefficients are given by C_ when you call the constructor. If this one is NULL, all C_j will have the value given by the "C" option. (The size of C_ must be 2*data->n_real_examples)
Options:
"C" real trade off between the weight decay and the error [100] "eps regression" real size of the error tube [0.7] "cache size" real cache size (in Mo) [50]
Alphabetic index HTML hierarchy of classes or Java