Rapid Minner 中具有特定结构的关联规则

Association Rules With a Particular Structure in Rapid Minner

在Rapid Minner中,我需要生成具有特定结构的关联规则,例如:

[temp=cold, wind=slow] --> [rain=true]  
[temp=hot , wind=slow] --> [rain=false]  
[temp=cold, wind=fast] --> [rain=true] 

预测下雨应该是结论的一部分。我研究了 RapidMinner 的文档,它建议在 FP-Growth 节点(必须包含一个字段)中使用正则表达式。但它不包括任何在关联规则中使用正则表达式的示例。我需要一个在关联规则中使用正则表达式 (regex) 的示例。

我在 Rapid Miner 论坛上提问,并找到了一些答案。你可以看到 here