CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 聚类算法

搜索资源列表

  1. FCM_Ju_lei_suan_fa

    0下载:
  2. 该文件包含了一般的FCM聚类算法和改进的FCM聚类算法-The document contains a general FCM clustering algorithm and the improved FCM clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4709
    • 提供者:蓉儿
  1. K-means

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:48128
    • 提供者:sunjianqing
  1. clus

    0下载:
  2. 极小化误差平方和算法聚类源代码,下载后直接运行就可以了-Minimizing the error sum of squares clustering algorithm source code can be run directly after downloading the
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2028
    • 提供者:李白
  1. matlab实现Kmeans聚类算法

    0下载:
  2. matlab实现Kmeans聚类算法,一个文档可以学着自己编程序是实现聚类分割
  3. 所属分类:文档资料

    • 发布日期:2013-04-24
    • 文件大小:27648
    • 提供者:wing_2014
  1. 聚类程序

    4下载:
  2. 几种聚类的程序,适合初学者,对目标空间中的点进行分类,效果很好(Several clustering procedures, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:sunshine0649
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:13312
    • 提供者:venshow
  1. dbscan_for_data_upload

    0下载:
  2. Matlab语言写的经典聚类算法DBSCAN(the classical algorithm DBSCAN in Matlab)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:容月峥峥
  1. 聚类分类实验

    0下载:
  2. 利用相似性准则和聚类准则函数,C-均值聚类算法,实现模式识别中的分类(By means of similarity criterion and clustering criterion function, C- mean clustering algorithm is used to realize classification in pattern recognition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-16
    • 文件大小:123904
    • 提供者:ivy2017
  1. chameleon

    1下载:
  2. 一段修改后的变色龙聚类算法,可用于无监督聚类。(A modified chameleon clustering code, using matlab.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1590272
    • 提供者:yulinlin
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:13312
    • 提供者:嘉宾
  1. k_medoids

    0下载:
  2. 采用MATLAB实现k-medoids聚类算法(Implementation of k-medoids clustering algorithm using MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:SMMZ
  1. SSC

    0下载:
  2. 基于稀疏表征的子空间聚类算法,是vidal的算法的MATLAB实现(The subspace clustering algorithm based on sparse representation is the MATLAB implementation of vidal's algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:段1
  1. julei

    0下载:
  2. 聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。 这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。(The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm. The K-mean
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:WanderKing
  1. 机器学习西瓜书聚类程序

    1下载:
  2. 根据周志华机器学习203页的图9.2编写的matlab程序。xgP203.m是主程序。中间有一些是为了验证算法,输出了一些运算结果。
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1740
    • 提供者:lix39@sina.com
  1. MeanShiftCluster

    0下载:
  2. 该算法实现了均值漂移聚类算法,在MATLAB平台下有很好的结果验证(MeanShiift Cluster, it improves the performance than tradional cluster algorithm, such k-means cluster algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:xt-chong
  1. 模糊C均值算法

    0下载:
  2. 亲测,能实现模糊C均值聚类的MATLAB程序(MATLAB program that can realize fuzzy C mean clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:duanwu
  1. k聚类算法

    1下载:
  2. 基于matlab的K聚类分析算法,中心聚类对数据进行分类(Matlab based K clustering analysis algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:初如见
  1. AP聚类

    3下载:
  2. AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:52224
    • 提供者:WanderKing
  1. EWKM

    1下载:
  2. 子空间聚类算法EWKM (Entropy Weighting K-Means) 在matlab上的实现。(Entropy Weighting K-means which is one of the subspace clustering algorithm written in Matlab.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:wind_890
  1. kjunzhijulei

    0下载:
  2. 说明K均值聚类算法的流程,并用matlab实现K均值聚类功能(Using MATLAB to implement function of K-means clustering)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:maxiao10
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com