I have a set of 60 features (separated into 2 classes each) and I was wondering how can I implement a nonlinear SVM with EmguCV or LibSVM using these features as input data and getting a simple 2 classes output for tested features? (http://www.emgu.com/wiki/index.php/SVM_%28Support_Vector_Machine%29_in_CSharp)
If this is too hard to do with EmguCV or LibSVM can someone point me to a library please?