CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 频繁项集

搜索资源列表

  1. Maxfpminer1

    0下载:
  2. 本程序实现通过构造一棵前缀树实现 最大模式频繁项集挖掘算法.应用fp树增长算法实现.-the program by constructing a prefix tree to achieve the greatest model Frequent Mining algorithms. Application fp growth tree algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:46396
    • 提供者:石飞
  1. bomo

    0下载:
  2. 关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。-Related and regular frequent source codes which collects algorithm bomo, includes the supporting paper, C is written, can compile under linux and windows
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47532
    • 提供者:龙行天下
  1. fpmax_star

    0下载:
  2. 关联规则中的频繁项集生成算法fomax*,一个非常优秀的算法,由中国人(朱建飞)的参与。-association rules of frequent item sets Algorithm trillion *, a very good algorithm, China (Zhu Jianfei) participation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:21668
    • 提供者:龙行天下
  1. Mafia-1.4

    0下载:
  2. 关联规则中的频繁项集生成算法Mafia1.4版本,一个效果非常好的算法,可在linux和windows下编译运行。-association rules of frequent item sets Algorithm Mafia1.4 version, a very good effect algorithm, and the Linux compiler running under windows.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:731637
    • 提供者:龙行天下
  1. newgenmax

    0下载:
  2. 关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。-association rules of frequent item sets genmax generation algorithm, and the Linux compiler running under windows, it may not be easy to understand.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39444
    • 提供者:龙行天下
  1. TreeMiner

    0下载:
  2. 关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。-Frequent one of related rule collect and produce algorithm TreeMiner , can compile running under linux and windows
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:254115
    • 提供者:龙行天下
  1. fimi141

    0下载:
  2. 频繁模式挖掘算法,可以用于数据挖掘中关联规则的频繁项集挖掘- The frequent pattern excavation algorithm, may use in the data mining to be connected the rule the frequent item of collection to excavate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29498
    • 提供者:ann
  1. apriori(C++)

    2下载:
  2. 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C + + language of APRIORI algorithm, Users may choose to cond
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:59589
    • 提供者:linvg
  1. apriori_improve

    1下载:
  2. 数据挖掘中频繁项集挖掘算法,改进了apriori算法,性能提高很多
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:127064
    • 提供者:小蜜蜂
  1. MFP-Miner

    1下载:
  2. 最大频繁项集挖掘算法。运行前需将release中的data和result数据拷贝到上一级目录下。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:961581
    • 提供者:芳芳
  1. Apriori

    2下载:
  2. Apriori算法是一种找频繁项目集的基本算法。其基本原理是逐层搜索的迭代,直到不能找到维度更高的频繁项集为止。这种方法依赖连接和剪枝这两步来实现。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19537
    • 提供者:yue yao jia
  1. lcmverfimi03btgz

    0下载:
  2. lcm2 ,挖掘最大频繁项集的好算法。关联规则挖掘。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17751
    • 提供者:ao
  1. apriori(java)

    1下载:
  2. Apriori算法是发现关联规则领域的经典算法。该算法将发现关联规则的过程分为两个步骤:第一步通过迭代,检索出事务数据库中的所有频繁项集,即支持度不低于用户设定的阈值的项集;第二步利用频繁项集构造出满足用户最小信任度的规则
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11697
    • 提供者:hey
  1. apriori

    0下载:
  2. apriori算法的java代码,APRRORI算法使用频繁项性质的先验知识,逐层搜索迭代,用K-项集产生(K+1)-项集。APRRORI算法的一个显著特点是:利用APRIORI性质,压缩了频繁项集,提高了算法的效率。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22031
    • 提供者:xinyuanwo
  1. ExFP_growth

    0下载:
  2. 可挖掘负关联规则的FP_growth算法:将负项目扩展到原始数据集,同正项目一样看成普通项目(该过程已集成到程序中),然后使用FP_growth算法挖掘含负项目的一般化频繁项集
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:59219
    • 提供者:耿晓斐
  1. cheswithdiffrentsurpport

    0下载:
  2. 模式识别领域的通用数据集,在不同的支持度下的频繁项集。-The field of pattern recognition of common data sets, at different levels of support under the frequent itemsets.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:260878
    • 提供者:zhaozhikai
  1. data_mining

    0下载:
  2. 数据挖掘,从大量的数据中按属性分类,通过寻找频繁子集,最终找到最优频繁项集-Data mining, data from a large number of categories according to property, often by finding a subset of frequent itemsets eventually find the optimal
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:125420
    • 提供者:yangyang
  1. FP树关联规则挖掘频繁项集

    0下载:
  2. 根据用户的轨迹寻找用户的最频繁项集,找到用户经常出现的区域(According to the user's trajectory to find the user's most frequent itemsets, to find frequent users of the region)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:69632
    • 提供者:飘1111
  1. Apriori

    0下载:
  2. 数据挖掘,频繁项集和关联规则,C++源代码模拟程序(Data mining, frequent itemsets and association rules, C++ source code simulation program)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2174976
    • 提供者:丿Sapphire
  1. FP-TREE

    0下载:
  2. 在Eclipse平台上用java语言实现了Fp——Tree频繁模式的挖掘,并且能够成功运行。(On the Eclipse platform using Java language to achieve the Fp - Tree frequent pattern mining, and can successfully run.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:28672
    • 提供者:芒果味的猫
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com