简体   繁体   中英

How to implement svm model in android?

I trained the classifier,in Matlab, with svmtrain and now i don't have a clue how to implement the model it in android. There is not even an example to show how to classify other unlabeled data with svmpredict? Can any one show how do i test the classifier with unlabeled data and then how to implement the model in android?

There's libsvm for Java. You can probably use it on Android as it is. You'll have to figure out how to connect it to the output of your Matlab training, but it should be doable.

Just keep in mind Android devices have CPU and memory limits bigger computers don't have, so things might not work as you expect them to.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM