来自网络:http://blog.csdn.net/chl033/archive/2009/09/26/4597959.aspx
Weka and LibSVM are two efficient software tools for building SVM classifiers. Each one of these two tools has its points of strength and weakness. Weka has a GUI and produces many useful statistics (e.g. confusion matrix, precision, recall, F-measure, and ROC scores). LibSVM runs much faster than Weka SMO and supports several SVM methods (e.g. One-class SVM, nu-SVM, and R-SVM). Weka LibSVM (WLSVM) combines the merits of the two tools. WLSVM can be viewed as an implementation of the LibSVM running under Weka environment.
官方网站:http://www.cs.waikato.ac.nz/~ml/weka/index.html
1.下载 wlsvm(weka libsvm) 地址:http://www.cs.iastate.edu/~yasser/wlsvm/
2.解压wlsvm.zip在lib目录下得到 libsvm.jar和wlsvm.jar两个文件,将其拷贝到weka安装目录下
3.修改位于weka安装目录下的RunWeka.ini文件
修改cmd_default=javaw -Dfile.encoding=#fileEncoding# -Xmx#maxheap# -classpath "#wekajar#;#cp#" #mainclass#
为cmd_default=javaw -Dfile.encoding=#fileEncoding# -Xmx#maxheap# -classpath "#wekajar#;#cp#;libsvm.jar" #mainclass#
cwc 发表于 2012-8-18 21:45
java调用liblinear的时候要import进去weka.classifiers.functions.liblinear。但是3.7.1以后的liblinear已 ...
xmubingo 发表于 2013-4-1 21:01
weka 3.6.9版本安装liblinear失败。
现在weka3.6.9里的wrapper程序是1.33版本的,不支持现在的libline ...
欢迎光临 机器学习和生物信息学实验室联盟 (http://123.57.240.48/) | Powered by Discuz! X3.2 |