python +Libsvm 配置
摘要:
配置:python2.7 libsvm3.17 从新浪ishare里搜到的。过程: 1.解压libsvm,将里边的windows里边的libsvm.dll复制到C:\Windows\System32中 2.将libsvm 中的python中的svm.py,svmutl.py复制到E:\Program Files\Python27\Lib\site-packages 中OK~test code1 from svmutil import *2 y,x=svm_read_problem('D:\\下载\\libsvm-3.17\\libsvm-3.17\\heart_scale')3 阅读全文