1 | initial version |
you need a LINEAR SVM kernel (default is RBF), else the support vector cannot be compressed to an 1d "single" one
2 | No.2 Revision |
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)