为了解决最大频繁项目集算法DMFIA(discover maximum frequent itemsets algorithm)在挖掘候选项目集维数较大而最大频繁项目集维数较小的情况下产生大量候选项目集的问题,提出一种改进的基于FP-Tree(frequent pattern tree)的最大频繁项目集挖掘的FP-EMFIA算法;该算法在挖掘过程中根据项目头表,采用自上而下和自下而上的双向搜索策略,并通过条件模式基中的频繁项目和较小维数的非频繁项目集对候选项目集进行降维和剪枝,以减少候选项目集的数量,加速对候选集计数的操作。在经典数据集mushroom、chess和connect上的实验结果表明,FP-EMFIA算法在支持度较小时的时间效率优于DMFIA、IDMFIA(improved algorithm of DMFIA)和BDRFI(algorithm for mining frequent itemsets based on decreasing dimensionality reduction of frequent itemsets)算法的,说明FP-EMFIA算法在候选项目集维数较大时有相对优势。
【英文摘要】
In order to solve the problem with a large number of candidate itemsets,caused by DMFIA( discover maximum frequent itemsets algorithm) mining the candidate itemsets with large dimension,whereas maximal frequent itemsets being small dimension,an improved algorithm for efficiently mining maximum frequent itemsets based on FP-Tree( frequent pattern tree) named FP-EMFIA was put forward. In the process of mining,according to the program header table,FP-EMFIA adopted the bidirectional search strategy of up-down a...