⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 howto-svmlight-weka

📁 wekaUT是 university texas austin 开发的基于weka的半指导学习(semi supervised learning)的分类器
💻
字号:
1)  Create a 'sparse' directory in weka/classifiers and put SVMlight.java there.2)  Look at the directories for SVMlight binaries and temporary files which are defined on lines 65 and 67 in SVMlight.java.  Change these to appropriate directories in your local filesystem. 3)  Compile SVMlight.java (javac SVMlight.java).  Make sure you have ./, ../, and ../.. in your CLASSPATH (or compile using "javac -classpath "./;../;../..;../../..").If you are using Weka 3.4 or later, make Classifier the parent class instead of DistributionClassifier. 4) Put svm_classify_std.c into the SVMlight directory; replace all occurrences ofsvm_classify with svm_classify_std in SVMlight's Makefile, and compile the svm_classify_std binary by running make (the only difference between the two is output that is a bit easier to parse from Java). 5)  If you are using the Weka Experimenter GUI, add weka.classifiers.sparse.SVMlight as one of Classifier's and DistributionClassifier's in weka/gui/GenericObjectEditor.props (just Classifier's for Weka 3.4 and later).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -