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

搜索资源列表

  1. PerceptionApproches

    0下载:
  2. 感知器和其他聚类算法,如lmse。另外还包含了更多的比如c均知法,各种简单的非监督据类程序,有利于直接使用-Perceptron and other clustering algorithms, such as lmse. It also includes more like c all know, a variety of simple non-supervisory category According to procedures, it will directly use
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:2499
    • 提供者:王若
  1. k均值聚类算法分析

    1下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-07-01
    • 文件大小:31002
    • 提供者:chu na
  1. waffles-2006-05-25

    0下载:
  2. 一个非常有用的开源代码,包括几个常用的算法如聚类,傅立叶变换等等,用户可自由修改代码-a very useful source code, including several commonly used algorithms such as clustering, and so on Fourier transform, users are free to modify the code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1041189
    • 提供者:阿昆
  1. enclus.tar

    1下载:
  2. 聚类算法Enclus的源程序,是一种基于网格的方法-clustering algorithm Enclus source, is a grid-based approach
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:72861
    • 提供者:
  1. td

    0下载:
  2. 二维点集合聚类的图像化演示程序 用它可以很直观的看到聚类的整个过程-2D point set of images of the cluster demo program can use it directly to see the whole process of clustering
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46251
    • 提供者:谢树生
  1. clustering

    0下载:
  2. 1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:47634
    • 提供者:math
  1. vsm

    1下载:
  2. 向量空间模型生成算法 文本挖掘的关键步骤就是对所给文档生成向量空间模型,然后对进行段落聚类-vsm generation algorithm text mining is a key step to the right documents generated by the vector space model, then right for paragraphs Clustering
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-05-22
    • 文件大小:2593
    • 提供者:fdongh
  1. jj

    0下载:
  2. 这个程序是实现了一个聚类CMI算法,对给定一个数据集,按要求将其划分为 三个类,并计算其分类的效率,并给出一定的结果比较及输出-This procedure is to achieve a CMI clustering algorithm, given a data set, in accordance with the requirements will be divided into three categories, and calculate the efficiency of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:zhangzhengjiang
  1. cluto-2.1.2a

    0下载:
  2. cluto.exe for data clustering.-cluto contains some exe files for cluto and some pdf introducing cluto.
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:20073606
    • 提供者:jianzhuhuai
  1. K-mean

    0下载:
  2. K平均聚类法,比较好用,又需要的赶紧下吧-K-clustering method to compare easy to use, but also hastened to the needs of the next bar
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:79195
    • 提供者:张明
  1. engdemo

    0下载:
  2. the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1712
    • 提供者:jntu
  1. Cluster

    0下载:
  2. clustering data at matlab
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:990
    • 提供者:lutfi
  1. PDC

    0下载:
  2. Apply Ben-Israel and Iyigun s Probabilistic D-Clustering (PDC) algorithm for clustering. This implementation is based on: Adi Ben-Israel and Cem Iyigun, "Probabilistic D-Clustering", Journal of Classification 25:5-26 (2008)
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1123
    • 提供者:Ssuhan
  1. programeoffuzzylustering

    0下载:
  2. 在对样本进行分析时,一般可对样本进行模糊聚类,然后再找出交遇区,利用交遇区的新样本进行分类,可建立线性分段分类器-fuzzy clustering
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:563
    • 提供者:luyuzheng
  1. Kode-Program-Algoritma-Fuzzy-C-Means

    0下载:
  2. Fuzzy clustering is a class of algorithms for cluster analysis in which the allocation of data points to clusters is not "hard" (all-or-nothing) but "fuzzy" in the same sense as fuzzy logic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4795
    • 提供者:bwindhya
  1. k

    0下载:
  2. k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:黄永
  1. CPPK-means

    0下载:
  2. K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3211
    • 提供者:zdl
  1. Clustering-procedure

    0下载:
  2. 非常好的各种聚类程序的实现,采用C++实现-Very good implementation of a variety of clustering procedures, the use of C++ implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3975745
    • 提供者:李静
  1. Hierarchical-clustering-analysis

    1下载:
  2. 数据聚类 (英语 : Cluster analysis) 是对于静态数据分析的一门技术,在许多领域受到广泛应用,包括机器学习,数据挖掘,模式识别,图像分析以及生物信息。聚类是把相似的对象通过静态分类的方法分成不同的组别或者更多的子集(subset),这样让在同一个子集中的成员对象都有相似的一些属性,常见的包括在坐标系中更加短的空间距离等。-Data Clustering (English: Cluster analysis) for a static data analysis techniqu
  3. 所属分类:Data structs

    • 发布日期:2014-08-26
    • 文件大小:1024
    • 提供者:黄毅
  1. Hierarchical-clustering

    0下载:
  2. 使用VC++对给出的数据分别进行均值聚类、平均距离聚类、最小距离聚类和最大距离聚类运算,进行分析比较。-VC++ use of the data presented were mean clustering, average distance clustering, minimum and maximum distances the cluster clustering operation, were analyzed and compared.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:4682
    • 提供者:杨洁
« 12 3 »
搜珍网 www.dssz.com