简体   繁体   中英

How can I use SVM in Java

I'm extremally new to SVM. I need to extract sentences from text and I have found an article that explains how to do it by using SVM algorithm.
How can I implement SVM in Java? Is it correct to use Weka to solve my problem?

Yes, you can use Weka. You can also use SVM directly from LibSVM (which Weka actually wraps).

仅供参考:Platt的SMO,顺序最小优化在WEKA中实现,您也可以使用它。

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