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 usin开发者_如何学Gog 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).
FYI : Platt's SMO,Sequential Minimal Optimization is implemented in WEKA itself, which you can use too.
精彩评论