yctung / AndroidLibSVM

The well-known LibSVM on Android
BSD 3-Clause "New" or "Revised" License
110 stars 43 forks source link

How to use it? #11

Open vadlannap opened 6 years ago

vadlannap commented 6 years ago

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

karimAbdel-Qader commented 5 years ago

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