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 提供xml文件吗?还是我应该使用arff格式?
xml
arff
谢谢
将 arff 格式的数据集加载到 weka 对我来说一直是最容易的(将数据集转换为 arff 通常并不太难)。据我所知,您还可以将数据库中的数据集或 CSV 格式的数据集加载到 Weka 中。至于 XML:我从来没有将 XML 文档加载到 Weka 中,但是这承诺http://weka.wikispaces.com/XRFF并且可能是您需要的。