CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 数据挖掘算法

搜索资源列表

  1. 92

    1下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:232201
    • 提供者:飞翔
  1. apriori 算法vc实现

    0下载:
  2. apriori 算法vc实现,应用于数据挖掘应用。-algorithm to achieve vc algorithm used data mining application.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:65959
    • 提供者:陈雪
  1. AprioriC++

    0下载:
  2. 用c++编写的apriori算法,数据挖掘的经典算法,但需要扫描多次数据库,已逐渐被fpgrowth代替-prepared with the algorithm algorithms, data mining algorithms classic, but need to scan multiple databases, have gradually been replaced fpgrowth
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67851
    • 提供者:linus yue
  1. associationrule

    0下载:
  2. 数据挖掘中购物篮分析的apriori算法,这是用类C语言实现的 -data mining analysis of the shopping basket apriori algorithm, which is used like the C Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12600
    • 提供者:杨正余
  1. birch算法源代码

    1下载:
  2. 数据挖掘中的birch聚类算法,c语言代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-17
    • 文件大小:257634
    • 提供者:piscesedwin
  1. FP_growth

    0下载:
  2. VC6.0 C语言实现的简单FP-growth算法,数据挖掘的基础算法-VC6.0 C language implementation of a simple FP-growth algorithm, the basis of data mining algorithms
  3. 所属分类:Data structs

    • 发布日期:2016-04-08
    • 文件大小:197632
    • 提供者:冉冉
  1. APRIORI

    0下载:
  2. 数据挖掘经典算法Apriori算法的的java实现,共包含两个类。数据结构用MAP实现。其中输入固定。可以将其改成读取文档形式。-Data mining classic algorithm Apriori algorithm. Realize in Java
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:4953
    • 提供者:shenshen
  1. paparsjwj

    0下载:
  2. 有关数据挖掘算法的论文,大家可以参考参考-Papers on data mining algorithms, we can refer to the reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:633174
    • 提供者:yxm
  1. decision-tree

    0下载:
  2. 决策树算法是利用最广泛的 数据挖掘算法之一-The decision tree algorithm is the most widely used data mining algorithms, one of...
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:845607
    • 提供者:lixh
  1. K-means

    0下载:
  2. 数据挖掘中得k-均值算法的c++实现,可以使你对数据挖掘算法有个初步的了解。-k-means algorithm in data mining is achieved with c++ . Allows you to have a preliminary understanding of the data mining algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3324
    • 提供者:常金铭
  1. 数据挖掘算法代码

    0下载:
  2. 包含多种算法,各种建模方法,是学习数据挖掘的好资料。
  3. 所属分类:数据结构常用算法

  1. data-classification

    0下载:
  2. 最短距离分类算法,是数据挖掘算法中的一种,功能就是实现坐标点的分类。-The shortest distance classification algorithm, a data mining algorithm, the function is to realize the coordinate points classification.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:201340
    • 提供者:田双杰
  1. good-fpgrowth

    0下载:
  2. 本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4775642
    • 提供者:xionglian
  1. Apriori

    0下载:
  2. 数据挖掘算法 挖掘数据之间的关联性,实现事件发生的预测 核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集-Data mining association between the data mining algorithms to achieve predicted core idea of ​ ​ the event is to dig down through the closed frequent item sets of two-stage detec
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:52666
    • 提供者:孙伟
  1. 各种数据挖掘算法实现

    1下载:
  2. 文件包含近10种数据挖掘算法的代码,是机器学习的好帮手
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-08-21
    • 文件大小:5832887
    • 提供者:qqasong@126.com
  1. Lontent-oriented-project

    0下载:
  2. C语言实现的数据挖掘的频繁项算法,可直接运行,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:7168
    • 提供者:dczo%241253
  1. jssxrance

    0下载:
  2. 挖掘频繁闭序列的算法是序列挖掘算法早期比较著名的算法()
  3. 所属分类:数据结构

    • 发布日期:2018-04-18
    • 文件大小:1222656
    • 提供者:permqe
  1. BFLACG

    0下载:
  2. 挖掘频繁闭序列的算法是序列挖掘算法早期比较著名的算法()
  3. 所属分类:数据结构

  1. 69188845

    0下载:
  2. 一种有效的用于数据挖掘的动态概念聚类算法()
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:73728
    • 提供者:rladys
  1. qbaocs

    0下载:
  2. 模拟退火是一种启发式算法,适用于数据挖掘,对神经网络的局部最优问题能很好解决()
  3. 所属分类:数据结构

« 12 3 »
搜珍网 www.dssz.com