文件名称:apriori
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-07-07
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- MAR阿****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数据挖掘Aprior的简易c++实现,通过string来表示数据集,没有采用STL set集合操作,因此实现起来简单一些,判断是否包含用到了动态规划算法中的最长公共子序列,思想是暴力求解,没有用到很高端的思想和算法。(Simple c++ data mining Aprior, said data set by the string, without the use of STL set collection operation, thus the realization is simple, determine whether to include use of the longest common subsequence dynamic programming algorithm, thought is a brute force solution, no thought and algorithm used in high-end.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
apriori.cpp