作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何从 Excel 转换为 csv 以使用 weka“arff 文件”打开?我知道我应该将文件保存为 csv“coma delimed”并用 weka >>> 打开 iy 但我这样做时遇到问题我看到所有属性都转换为标称属性值>>>请给我提示
输入数据:
@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
最佳答案
将数据从 Excel 导出到 CSV 后,在纯文本编辑器(例如 Notepade++)中打开它,并确保数字数据不有任何引号。然后将最终的 CSV 导入 Weka,它应该可以工作。
关于excel - 如何从weka打开excel文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13894498/
我是一名优秀的程序员,十分优秀!