在使用SAS的EM模块时候,总是出现这样的问题,到底是什么原因呢?
No significant associations were found.Lower the minimun transaction frequency to support associations and or lower minimun confidence for rule generation and re-run the tool.
不是操作的问题,是说 目前数据中存在的关联规则都是不显著的, 需要你降低support或者confidence标准。
support的意思是:
support=|U|/|T|,这里|U| 是指在transaction中包含有商品急S的transaction的数量, |T| is transactions
confidence的意思是:举个例子:
有个规则 R, R = "A and B --> C", 规则R的confidence是指:包含A,B,C的support除以只包含A,B的support
还有一个很重要的指标就是Lift,需要查看的:
Lift是指:举例说明,如果规则{.-->bread}的confidence达到了60%,而规则{cheese-->bread}的confidence达到了75%,那么第二条规则的lift value 就是1.25,这个值越大,说明这条规则的偶然性越低