搜索资源列表
Bpriori_0
- 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
src_fp_tree
- fp tree的实现源代码 老外写的 挺好的资料-source code for implementation of fp_tree
fp_tree
- 用C语言实现的数据仓库中的数据挖掘算法的一段代码 带有详细的注释-Using C language in the data warehouse data mining algorithms with a detailed section of code Notes
fp_tree
- 数据挖掘的树结构下C加加的源代码,在商业上很有应用价值。-Data Mining the tree structure of simple C source code, useful in commercial applications.
fp_tree
- 关于数据挖掘算法的一些实例,希望能帮助大家学习 -Data mining algorithms on a number of examples and I hope to help them to learn
fp_tree
- 经典的fp树算法,主要描述算法的整个流程,注释详细。-Classic fp-tree algorithm, and describes the entire process of the algorithm, detailed annotations.
数据挖掘
- 这是有关数据挖掘的c程序,是学习fp_tree的经典入门c程序,非常适合初学者学习使用