中文说明: 协会分析是一种方法发现隐藏在大型数据集的有趣关系。鉴于一套的交易记录,发现将预测基础的交易记录中的其他项的匹配项项的匹配的规则。 规则是窗体的 A-> B (例如,{洋葱、 土豆}-> {汉堡})。 支持和信任的概念用来标识发现的规则有多强。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
English Description:
Association Analysis is a method for discovering interesting relationships hidden in large datasets. Given a set of transactions, it finds rules that will predict the occurrence of an item based on the occurrences of other items in the transaction. Rules are of the form A -> B (e.g., {onions, potatoes} - > {burger}).