Weka Explorer 中没有分类器 [英] No classifiers in Weka Explorer

查看:30
本文介绍了Weka Explorer 中没有分类器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚发现了 weka,所以我决定尝试一下.我下载了一些训练数据:

I just found out about weka so I decided to try it out. I downloaded some training data:

@relation weather

@attribute outlook {sunny, overcast, rainy}
@attribute temperature real
@attribute humidity real
@attribute windy {TRUE, FALSE}
@attribute play {yes, no}

@data
sunny,85,85,FALSE,no
sunny,80,90,TRUE,no
overcast,83,86,FALSE,yes
rainy,70,96,FALSE,yes
rainy,68,80,FALSE,yes
rainy,65,70,TRUE,no
overcast,64,65,TRUE,yes
sunny,72,95,FALSE,no
sunny,69,70,FALSE,yes
rainy,75,80,FALSE,yes
sunny,75,70,TRUE,yes
overcast,72,90,TRUE,yes
overcast,81,75,FALSE,yes
rainy,71,91,TRUE,no

当我转到weka中的分类选项卡并单击选择"时,它没有任何分类器并且选择"对话框是空的.除了Weka,我还需要下载什么吗?我使用的是 Weka 3.8.0

When I go to the classify tab in weka and click "choose", it does not have any classifiers and the "choose" dialog is just empty. Do I have to download anything in addition to Weka? I am using Weka 3.8.0

顺便说一句:我已经问过这个问题了,但我没有得到答案.

By the way: I already asked that question but i got no answer from it.

推荐答案

我通过在默认路径中重新安装 weka 来修复它.

I fixed it by reinstalling weka in the default path.

这是 100% 适合我的解决方案:

This is the solution that works for me 100%:

我在使用两个屏幕时遇到了类似的声音问题.在我的小学监视 GUI 工作正常,在辅助监视器上对话盒子被弄坏了.– S van Balen 16 年 12 月 29 日 12:31

I have a similar sounding issue when using two screens. On my primary monitor the GUI works fine, on the secondary monitor the dialogue boxes get mangled. – S van Balen Dec 29 '16 at 12:31

这篇关于Weka Explorer 中没有分类器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆