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.
我正在 R 上构建一个数据框,并希望将其导出为 ARFF 格式。为此,我使用了 RWeka 库中的 write.arff() 函数。但是,在处理缺失值 (?) 时,输出如下:
@attribute atomic_comp_c {'?',3014,3212,3226,3234,3236,3238,3}
代替:
@attribute atomic_comp_c 数字
有谁知道如何将数据框正确导出为 ARFF 格式?
提前致谢