Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的系统中停止了 weka,但我仍然无法在我的 java 代码中使用 weka 类?
我正在使用 netbean,当我尝试导入我的 weka 类时,它的显示类文件不可用?
http://wiki.forum.nokia.com/index.php/Adding_a_new_library_to_NetBeans?
weka 测试项目的包视图:
1) 添加weka.jar到您的 Java 项目类路径中。
weka.jar
2)像这样导入要加载的类import weka.XXX.XXX;。
import weka.XXX.XXX;
确保完成上述两个简单步骤。任何问题 :)