文件名称:fpt
介绍说明--下载内容均来自于网络,请自行研究使用
一个挖掘频繁模式的程序,c语言描写。文件包括:
1.fpt.c -- 使用FPtree算法求解频繁模式挖掘的代码。
Makefile -- linux系统下的配置文件
configSample -- 配置文件
dataSample.dat -- 输入样例
-A. File Descr iption
===================
fpt.c -- The program file for mining large itemsets using a FP-tree algorithm
with user given support threshold.
Makefile -- Makefile to compile fpt.c.
configSample -- A sample config. file storing the input parameter for fpt.c.
dataSample.dat -- A sample data file.
1.fpt.c -- 使用FPtree算法求解频繁模式挖掘的代码。
Makefile -- linux系统下的配置文件
configSample -- 配置文件
dataSample.dat -- 输入样例
-A. File Descr iption
===================
fpt.c -- The program file for mining large itemsets using a FP-tree algorithm
with user given support threshold.
Makefile -- Makefile to compile fpt.c.
configSample -- A sample config. file storing the input parameter for fpt.c.
dataSample.dat -- A sample data file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
configSample
dataSample.dat
fpt.c
fpt.desc
Makefile