首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 最大频繁项集挖掘算法

最大频繁项集挖掘算法

  • 资源大小:30.71 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 挖掘 频繁 项集 最大

资 源 简 介

This is a Java implementation of the LoFIA algorithm. Based on the compact data structure FP-tree in FP-growth algorithm, LoFIA is proposed to employ bottom-up and depth-first approach to quickly identify the longest frequent schemas from dense data. It is worth noting that support (frequency) counting for all frequent itemsets with prefix s is computed through the compact data structure FP-tree, instead of having to scan through the entire large dataset. The speed-up in the performance of LoFIA is achieved by incorporating the proposed pruning criteria of mining for longest frequent itemsets in order to avoid processing branches which are already known to contain only short frequent schemas.

文 件 列 表

lofia
build.xml
rr3204
src
AssocRuleMining.java
VIP VIP
0.182028s