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

搜索资源列表

  1. mohujulei

    0下载:
  2. 模糊聚类程序,只需把数据输入运行就可以得出你想要的结果,很简单,很方便-Fuzzy clustering procedure, simply enter data into operation can be drawn on the results you want is very simple, very convenient
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:547676
    • 提供者:leejane
  1. julei

    0下载:
  2. 一个简单的matlab的聚类算法程序,可以供初学者做参考资料。-A simple clustering algorithm matlab program can be used for reference for beginners to do.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:ypz
  1. FuzzyClusteringToolbox_m

    1下载:
  2. Matlab模糊聚类工具箱,内含说明书。-Fuzzy Clustering and Data Analysis Toolbox,For Use with Matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2073479
    • 提供者:李云峰
  1. k

    0下载:
  2. k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48887
    • 提供者:小屁
  1. work_for_pattern_recognition

    0下载:
  2. 通过设计线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,设计支持向量机对给定样本进行有效分类并分析结果。-By designing a linear classifier minimum risk Bayes classifier supervised learning method hierarchical cluster analysis K-L transform to extract efficient features, designed to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2600382
    • 提供者:于冰
  1. FuzzyClustering

    0下载:
  2. 模糊聚类程序,并且有文档,详细的给出了模糊聚类算法的各个步骤。-Fuzzy clustering procedure, and there are documents, is given in detail the various steps in fuzzy clustering algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2030597
    • 提供者:wangyong
  1. DBSCAN

    1下载:
  2. 这是一种基于密度的聚类分析算法,可以发现任意形状的簇,可以发现噪声点。-This is a density-based clustering analysis algorithm can find clusters of arbitrary shape can be found noise points.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1613
    • 提供者:dys
  1. FCMandKFCM

    2下载:
  2. 采用模糊聚类算法和加核模糊聚类算法进行医学图像的分割。采用matlab编程,界面处理较好。 -Using fuzzy clustering algorithm and processing of nuclear fuzzy clustering algorithm for medical image segmentation. Using matlab programming, interface, better handling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4972949
    • 提供者:张三
  1. hehanshufcm

    0下载:
  2. 用Matlab实现基于核函数的C均值聚类图像分割,实验好,好用-Using Matlab implementation of kernel-based C-means clustering image segmentation, experimental is good, easy to use
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1639
    • 提供者:liupinggang
  1. fcm

    0下载:
  2. 获得3个和4个聚类中心然后进行比较,先用fcm函数进行聚类,聚类成3个和4个类别再进行比较分析-matlab fcm
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2759
    • 提供者:liuyujie
  1. fcmGUI

    3下载:
  2. 用Matlab写的FCM算法,包括GUI界面的设计,实现模糊聚类功能。-FCM algorithm is written using Matlab, including the GUI interface design, implementation, fuzzy clustering functionality.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-09
    • 文件大小:13138
    • 提供者:小白
  1. FCM

    0下载:
  2. 实现了模糊聚类算法,能将N个样本分成C类(1《C《N)-Fuzzy C-means Clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3390
    • 提供者:Gordon.Tan
  1. YE

    3下载:
  2. 在原始的fcm算法基础上,对算法中的聚类数c和加权指数m给出优选方法,进而而出了fcm参数优选自适应算法,通过人造数据与具有实际背景的数据验证可以看出该算法是有效的,该算法不但可以自适应的给出最佳的聚类数,而且可以验证聚类的有效性,达到最佳聚类的目的。-In the original fcm algorithm based on the number of clusters on the algorithm and the weighted index m given c preferred m
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-09
    • 文件大小:267331
    • 提供者:严德春
  1. b

    0下载:
  2. :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数 据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一 邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空 间属性,同时又可以加快聚类的速度。-: DBSCAN is a density-based clustering algorithm. The alg
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:215039
    • 提供者:sdc
  1. FCM-C-mean-cluster-segment-[matlab]

    1下载:
  2. 模糊C均值聚类的matlab实现,模糊C均值聚类是一种利用模糊数学做的聚类方法,属于图像分割的一种。可利用聚类结果用于图像分析和识别。-FCM,C mean cluster segment [matlab].rar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:6063
    • 提供者:3rdo
  1. Exterme_k_means

    0下载:
  2. Extreme k-means,被yuboYuan提出,给定初始聚类中心,聚类快。-Extreme k-means,poposed by yuboYuan,the intial center is fixed, faster than traditional k-means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1717
    • 提供者:BoLiu
  1. matlab-julei

    2下载:
  2. 聚类分析,亦称群分析或点群分析,是研究多要素事物分类问题的数量方法。基本原理是根据样本自身的属性,用数学方法按照某种相似性或差异性指标,定量地确定样本之间的亲疏关系,并按这种亲疏关系程度对样本进行聚类(Cluster analysis, also called group analysis or point group analysis, is a quantitative method for studying the classification of multi factor things
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:13312
    • 提供者:gufg
  1. dbscan的matlab代码实现

    1下载:
  2. 使用MATLAB对文档进行聚类,尤其在数据挖掘中使用,一般用于文本特征表示之后(Clustering documents using MATLAB)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:二夕
  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. tsp

    0下载:
  2. 用matlab求聚类分析,感觉定好用的,比起spss好用很多(Clustering analysis using MATLAB)
  3. 所属分类:其他

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com