yctung / AndroidLibSVM

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

The format of the input dat #6

Closed YjDai closed 6 years ago

YjDai commented 6 years ago

@yctung @aravindGear4 What is the format of the input data when SVM training and predicting?Thanks?Is there an example?Such as XX.txt ?

senthilki commented 6 years ago

The input is in LibSVM format.

please refer https://stackoverflow.com/questions/40436694/libsvm-data-preparation-excel-data-to-libsvm-format

yctung commented 6 years ago

Sorry for the late reply, I was in a trip out of US. @senthilki is right, the format is the LibSVM format