Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you need a LINEAR SVM kernel (default is RBF), else the support vector cannot be compressed to an 1d "single" one

you need a LINEAR SVM .SVM kernel (default is RBF), else the support vector cannot be compressed to an 1d "single" oneone.

also: SVM type should be C_SVR (regression, not classification)