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.
arules我有一组使用包生成的 28553 关联规则,R.我可以在控制台中使用inspect(rules)
arules
R.
inspect(rules)
现在如何将它们存储在 csv(或 tsv)文件中或直接存储到 MySQL 中?
尝试这个:
rules.dataframe <- as(yourrules, "data.frame")