问题
I found an implementation in http://code.google.com/p/cascadesvm/. However, there are no specifications about that. Has anyone tried that? Or where could I find an alternative implementation of SVM on Hadoop? Thanks a lot~
回答1:
Looks like someone did this within the Mahout project, not sure if it's been merged into trunk, but this looks like a good place to start:
https://issues.apache.org/jira/browse/MAHOUT-232
回答2:
You can check it out https://code.google.com/p/cascadesvm/ The training part, and a demo in Matlab version are released. https://code.google.com/p/cascadesvm/wiki/CascadeSVMMatlabVersion
来源:https://stackoverflow.com/questions/12515985/where-could-i-find-an-implementation-of-svm-on-hadoop