CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data mining cluster

搜索资源列表

  1. datamining

    0下载:
  2. 数据挖掘实例,实现聚类分析,里面自带数据库,所以很方面,下来就可用.-Cluster Analysis example data mining english version high score a b c d e f
  3. 所属分类:Database system

    • 发布日期:2017-04-25
    • 文件大小:188074
    • 提供者:john
  1. Discover

    2下载:
  2. 一个相对很完善的数据挖掘系统(少部分功能欠缺),不仅包括了按类Association(内含Apriori,C4.5,GrowTree),Classification(ID3),Cluster划分常用的算法及个人优化后的算法。同时包含了多种数据源(MS Access,Excel,SQL Server,TEXT)的界面直接连接方式。界面方面更像一个专业的系统,采用了类VC浮动多框架界面,也可以作为界面编程的参考。这个工程的分数和其他小工具的分数一样,感觉亏大了:)-A relatively well
  3. 所属分类:数据库编程

    • 发布日期:2014-01-14
    • 文件大小:572755
    • 提供者:马志强
  1. MailClustering1

    0下载:
  2. 这是对数据挖掘的聚类程序,是对一个大的集合进行聚类,本程序应用了多种聚类算法-This is a data mining clustering procedure is a collection of a large cluster, the procedure applied a variety of clustering algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:2007615
    • 提供者:zhou
  1. print

    0下载:
  2. cluster for data mining
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:12710
    • 提供者:asd
  1. Parallel-computing-techniques

    0下载:
  2. 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25996091
    • 提供者:王鹏
  1. Kmeans

    0下载:
  2. 基于数据挖掘的k-means算法,成功实现簇类更新-Based on Data Mining k-means algorithm, cluster classes successfully updated
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1408
    • 提供者:ouan
  1. Biclustering

    0下载:
  2. bi-cluster算法实现,主要应用于数据挖掘,生物信息的数据挖掘算法-The bi-cluster algorithm apply in the data mining area and bioinformatic area, which plays an important role.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:3247
    • 提供者:wangshuang
  1. K_means_Image

    0下载:
  2. 数据挖掘 图像聚类处理 最终结果是每个簇生成一张图片-Image clustering data mining process to generate the final result is a picture of each cluster
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:4782
    • 提供者:su
  1. k-means

    0下载:
  2.  K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594
    • 提供者:彭立军
  1. K-means-clustering-experiments

    0下载:
  2. k-means算法实现,数据挖掘中经常用到的聚类分析算法。是最经典的常用算法。-k-means algorithm, cluster analysis algorithm often used in data mining. Is the most classic of common algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1151
    • 提供者:魏建东
  1. d

    0下载:
  2. 聚类分析是数据挖掘研究领域中一个非常活跃的研究课题) 本文重点分析了高维度数据的自动子空间聚类算法 -Cluster analysis is data mining a very active field of research topic) This paper focuses on high-dimensional data subspace clustering algorithm automatically
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:59079
    • 提供者:sdc
  1. e

    0下载:
  2. :聚类分析是数据挖掘研究领域中一个非常活跃的研究课题) 本文重点分析了高维度数据的自动子空间聚类算法-: Cluster analysis is data mining a very active field of research topic) This paper focuses on high-dimensional data subspace clustering algorithm automatically
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:198711
    • 提供者:sdc
  1. KMean

    0下载:
  2. KMEAN C# In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data sp
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:1578
    • 提供者:Truong
  1. java

    0下载:
  2. 本人搜集并调试无错的 关于数据挖掘算法,JAVA 实现,里面包含测试数据集,apriori 算法2个,FP-TREE 一个,FP-GROWP 2个 聚类1个、CLUSTREAM 一个,C45、ID3 等,下载后在相应文件夹中有 部分测试数据集合-I collect and debug error-free data mining algorithms, JAVA realization, which contains a set of test data, apriori algorithm 2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2710528
    • 提供者:zhangchangsheng
  1. K-means

    0下载:
  2. kmeans算法, K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果-kmeans algorithm, K-means algorithm is the most classic divide-based clustering method is one of the top ten classical data mi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:1803
    • 提供者:wsp
  1. Km

    0下载:
  2. In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data space into Vo
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:691
    • 提供者:pongpan
  1. Kjunzhi

    0下载:
  2. 数据挖掘中, k-Means 算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。-In data mining, k- Means algorithm is a kind of cluster analysis algorithm, the main is to calculate the data aggregation algorithm, mainly through constantly take the seed
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:4330
    • 提供者:张聪
  1. fun_traindic_kmeans

    0下载:
  2. kmeans 聚类算法,主要用来对一堆数据形成他们的码本-k-means clustering is a method of vector quantization originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which ea
  3. 所属分类:其他小程序

    • 发布日期:2018-11-14
    • 文件大小:127
    • 提供者:程小青
  1. DataSet

    3下载:
  2. 这是在机器学习、人工智能、数据挖掘中经常用到的数据集,聚类分析也经常用,包括:UCI的数据集wine,yeast,iris等,还有USPS数据集,4k2_far,leuk72_3k数据集等。-This is in machine learning, artificial intelligence, data mining frequently used data sets, cluster analysis are often used, including: UCI datasets wine
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7290046
    • 提供者:huisu
  1. dbscan

    0下载:
  2. 数据挖掘算法 dbscan 基于密度的聚类算法 它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类-Data mining algorithms dbscan density-based clustering algorithm will cluster is defined as the density of points connected to the largest collection of regional divisi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:19764
    • 提供者:孙伟
« 1 2 34 »
搜珍网 www.dssz.com