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.
在将我的属性从名义属性转换为 FPGrowth 的二进制文件时,我在 weka 中遇到了这个错误。数据集包含所有标称值 14:06:56:weka.associations.fpgrowth:无法处理任何类属性!
确保您没有类属性。
关联规则挖掘适用于未标记的数据。
如果你不明白为什么会出现这个错误,我建议你查看 FpGrowth 的源代码。