当前位置:网站首页>Weka download and installation

Weka download and installation

2022-06-25 15:10:00 Milanien

weka It's based on java Open source machine learning and data mining software for environment , Therefore, you must install on the computer first java

1. install java

https://www.java.com/zh_CN/

To configure java environment variable

Add environment variables : name JAVA_HOME, The value is java The installation path . Such as C:\Program Files\Java\jdk_1.8.0_201

path add %JAVA_HOME%\bin

classpath add %JAVA_HOME%\bin\lib\dt.jar and %JAVA_HOME%\bin\lib\tools.jar

( Environment variables need to be restarted to take effect )

2. install weka

1) download weka Installation package

https://www.cs.waikato.ac.nz/ml/weka/downloading.html

2) Install by default

 

原网站

版权声明
本文为[Milanien]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200510240585.html