I'm sorry but I don't really get it, can you tell me how to use it like what I need to do first with the dataset and then etc to get the output... Thank you
1- you need to format the dataset according the libsvm format
2-you need to scale the input and the output (scaling is optional) then train the svm.
3- test your svm on a testing set
I'm sorry but I don't really get it, can you tell me how to use it like what I need to do first with the dataset and then etc to get the output... Thank you