文件名称:FP_growth_1221
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6.63mb
- 下载次数:
- 1次
- 提 供 者:
- c*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
FP-growth 算法,包括了建树和挖掘部分。
代码风格良好,可读性强,运算速度快,
accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accident.dat(340000 items,min support 50 ), the program runs in less than 100s, for mushroom.dat(8000 item), the program runs in less than 8s
代码风格良好,可读性强,运算速度快,
accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accident.dat(340000 items,min support 50 ), the program runs in less than 100s, for mushroom.dat(8000 item), the program runs in less than 8s
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FP_growth\FP_growth\FP_growth.vcproj
.........\.........\FP_growth.vcproj.bianjunjie-PC.bianjunjie.user
.........\.........\Main.cpp
.........\.........\Release\BuildLog.htm
.........\.........\.......\vc90.pdb
.........\.........\.......\vc90.idb
.........\.........\.......\FPTree.obj
.........\.........\.......\Item.obj
.........\.........\.......\Main.obj
.........\.........\.......\FP_growth.exe.intermediate.manifest
.........\.........\.......\mt.dep
.........\.........\accidents.dat
.........\.........\Item.h
.........\.........\mushroom.dat
.........\.........\Item.cpp
.........\.........\FPTree.h
.........\.........\FPTree.cpp
.........\.........\Debug\BuildLog.htm
.........\.........\.....\FP_growth.exe.embed.manifest
.........\.........\.....\vc90.idb
.........\.........\.....\vc90.pdb
.........\.........\.....\Item.obj
.........\.........\.....\FPTree.obj
.........\.........\.....\Main.obj
.........\.........\.....\FP_growth.exe.embed.manifest.res
.........\.........\.....\FP_growth.exe.intermediate.manifest
.........\.........\.....\mt.dep
.........\FP_growth.ncb
.........\FP_growth.sln
.........\FP_growth.suo
.........\Debug\FP_growth.pdb
.........\.....\FP_growth.ilk
.........\.....\FP_growth.exe
.........\Release\FP_growth.pdb
.........\.......\FP_growth.exe
.........\FP_growth\Release
.........\.........\Debug
.........\FP_growth
.........\Debug
.........\Release
FP_growth
.........\.........\FP_growth.vcproj.bianjunjie-PC.bianjunjie.user
.........\.........\Main.cpp
.........\.........\Release\BuildLog.htm
.........\.........\.......\vc90.pdb
.........\.........\.......\vc90.idb
.........\.........\.......\FPTree.obj
.........\.........\.......\Item.obj
.........\.........\.......\Main.obj
.........\.........\.......\FP_growth.exe.intermediate.manifest
.........\.........\.......\mt.dep
.........\.........\accidents.dat
.........\.........\Item.h
.........\.........\mushroom.dat
.........\.........\Item.cpp
.........\.........\FPTree.h
.........\.........\FPTree.cpp
.........\.........\Debug\BuildLog.htm
.........\.........\.....\FP_growth.exe.embed.manifest
.........\.........\.....\vc90.idb
.........\.........\.....\vc90.pdb
.........\.........\.....\Item.obj
.........\.........\.....\FPTree.obj
.........\.........\.....\Main.obj
.........\.........\.....\FP_growth.exe.embed.manifest.res
.........\.........\.....\FP_growth.exe.intermediate.manifest
.........\.........\.....\mt.dep
.........\FP_growth.ncb
.........\FP_growth.sln
.........\FP_growth.suo
.........\Debug\FP_growth.pdb
.........\.....\FP_growth.ilk
.........\.....\FP_growth.exe
.........\Release\FP_growth.pdb
.........\.......\FP_growth.exe
.........\FP_growth\Release
.........\.........\Debug
.........\FP_growth
.........\Debug
.........\Release
FP_growth