Skip to content

三个指标

Support(XY)=同时购买了X和Y的购物篮数全部购物篮数Confidence(XY)=同时购买了X和Y的购物篮数购买了X的购物篮数Lift(XY)=Confidence(XY)Support(Y)

手动计算步骤(代码)

巨多X和巨多Y的情况下,计算各种X和各种Y的合并购买情况

搞个循环噻

Released under the MIT License.