深圳网站系统找哪里,推广是什么,做gif动图的网站犯法吗,订餐网站设计Weka 常见问题处理#xff1a;
weka如何安装支持向量机工具包
方法一、打开 weka#xff0c;工具栏的Tools–Package manager,可在里面添加需要的工具包。 方法二、下载 libsvm-**.jar 包#xff0c;开源的。解压文件夹#xff0c;里面……\libsvm-3.19\java ,下面有…Weka 常见问题处理
weka如何安装支持向量机工具包
方法一、打开 weka工具栏的Tools–Package manager,可在里面添加需要的工具包。 方法二、下载 libsvm-**.jar 包开源的。解压文件夹里面……\libsvm-3.19\java ,下面有jar包。将jar包加压到某个路径如D:\Program\Weka-3-8打开RunWeka.in文件在最后一行cp%CLASSPATH%后面加个分号路径分隔符把libsvm.jar包的路径添上将符号\改成/,weka才能识别必要时还要重启weka。
Out of Memory
查看weka的系统设置 可在
start the SimpleCLI
run the following command:
java weka.core.SystemInfo
the property memory.max lists the maximum amount of memory available to WEKA
设置weka的最大使用内存 方法一和方法二的前提是你得有修改文件的权限。 方法一、Go to the Weka installation directory and you will find a RunWeka.bat file. Open this file in a text editor and add -Xmx argument in the java command line. for instance this sets to 4GB memory,
%_java% -Xmx4096m -classpath . RunWeka -i .\RunWeka.ini -w .\weka.jar -c %_cmd% %2
方法二、Go to the Weka installation directory and you will find a RunWeka.ini file Open this file in a text editor and Modify the maxheap parameter in the RunWeka.ini file
#maxheap1024M
maxheap4096M