搜索资源列表

  1. dminid

    0下载:
  2. 入侵检测中的数据挖掘方法研究.pdf-A Research into Data Mining Technology in Intrusion Detection. file type pdf
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:613376
    • 提供者:赵艳
  1. shujvwajue

    0下载:
  2. 不错的数据挖掘教程。用超星阅读起观看。-good Data Mining Directory. Starting with reading Superstar watch.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:3277824
    • 提供者:杜恒
  1. kmeans_cluster聚类算法的实现

    0下载:
  2. 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:张乐
  1. ID3算法的源代码(vc)

    0下载:
  2. 数据挖掘中ID3分类算法的vc实现的源代码-Data Mining ID3 classification algorithm to achieve the vc source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:53248
    • 提供者:张乐
  1. Apriori program

    0下载:
  2. 这是一个数据挖掘中的关联规则挖掘的经典算法:Apriori算法的程序-This is the code of Apriori-the classical algorithm used in Association Rules of Data Mining
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:694272
    • 提供者:金水湾
  1. HCL

    0下载:
  2. 数据挖掘中的聚合层次聚类算法,有完整的注释-Data Mining syndication hierarchical clustering algorithm, a complete Notes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:zc
  1. arview

    0下载:
  2. 数据挖掘中,关联规则的例子,源码, arview算法的应用实例-data mining, association rules example, the source, the algorithm arview Application
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:72704
    • 提供者:cxl
  1. bridgit

    0下载:
  2. 数据挖掘中的bridgit算法的例子。 非常经典-of data mining algorithms bridgit example. Very classic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:103424
    • 提供者:cxl
  1. dtree

    0下载:
  2. 数据挖掘中,判别树算法的应用例子。属于分类中的算法 很好。-data mining, discriminant Tree Algorithm application examples. The classification is a good algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:151552
    • 提供者:cxl
  1. hamster

    0下载:
  2. 数据挖掘中de一个算法 hamster的实例,在c下实现的。简单易懂。-de data mining algorithms hamster an example of the c achieved under. Simple and understandable.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:140288
    • 提供者:cxl
  1. prop200406

    0下载:
  2. 概率句法分析器对于统计自然语言处理的很多高层应用,如统计机器翻译、问答系统、信息抽取、文本挖掘等都是至关重要的,直接决定这些应用系统的最终性能。本系统是一个概率型的Chart分析器。系统的分析算法是采用了多种优化策略。分析结果是概率最大的一棵分析树。在概率模型方面,本系统在一定程度上突破了pcfg的上下文无关假设,引入了结构上下文条件,使得分析结果正确率有了明显提高。在使用宾州中文树库进行的实验中,我们的分析器的标记召回率和标记精确率平
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:565248
    • 提供者:江鹏
  1. 92 java版本

    0下载:
  2. 本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码-this procedure is used java language classification of data mining algorithms decision tree classification code Bank
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:240640
    • 提供者:李雪
  1. c4.5r8.tar

    0下载:
  2. 本程序是用c语言编写的基于决策树分类方法的数据挖掘算法,它对测试集进行分类,挖掘出潜在的规则-this procedure is used to prepare the language c decision tree classification based on the data mining algorithm, which tests set for classification, tapping the potential r
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:149504
    • 提供者:李雪
  1. pc4.5.tar

    0下载:
  2. 此代码是用c语言编写的决策树的c4.5代码,它是数据挖掘分类算法中的一种,可以对给定数据集进行分类,挖掘出规则-this code is c language of the decision tree Bank code, which is data mining classification algorithm of a can of a given data set for classification, tapping rules
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:223232
    • 提供者:李雪
  1. 关联模式Apriori

    0下载:
  2. 关联模式的Apriori的vc实现,对数据挖掘感兴趣的人一定很希望得到吧!-VC implementation of Apriori based on Associate Pattern, is it what exactly you want in data mining?
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:115712
    • 提供者:
  1. arminer

    0下载:
  2. 本程序实现的是关联规则挖掘领域中规则发现算法.-this program is the Mining Association Rules field rules algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:37888
    • 提供者:倪玲
  1. apriori2

    0下载:
  2. apriori算法是数据挖掘的经典算法之1,其基于关联规则的思想.这是我的第2个收藏算法-algorithm is data mining algorithms of a classic algorithms, based on the idea of association rules. This is my first two collections Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:97280
    • 提供者:孙为
  1. Apriori1

    0下载:
  2. apriori算法是数据挖掘的经典算法,它基于关联规则的思想.此为我的第3个收藏-algorithm data mining algorithm is the classic algorithm, which is based on the idea of association rules. This was my first three collections
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:36864
    • 提供者:孙为
  1. 聚类分析程序

    0下载:
  2. 该文件是一组数据挖掘领域中,聚类分析的有关算法。-the document is a group of data mining areas, cluster analysis of the algorithm.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-22
    • 文件大小:1390592
    • 提供者:许朝
  1. 新建 Microsoft Word 文档 (2)

    0下载:
  2. 程序函数id3,该程序主要用于数据挖掘领域。-function id3 procedures, the procedures are used mainly for data mining areas.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:许朝
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org