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

搜索资源列表

  1. xinxishangFCM

    0下载:
  2. 基于信息熵的快速模糊C均值聚类算法。提出了一中新的快速算法,效果很好。-Based on the information entropy fuzzy c-means algorithm quickly clustering algorithm. Put forward a new fast algorithm, the effect is very good.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:295441
    • 提供者:白鑫
  1. fcm

    0下载:
  2. 模糊C均值聚类算法实现数据挖掘的matlab源代码-Fuzzy C-Means clustering algorithm for data mining matlab source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4463
    • 提供者:sun
  1. FLICM

    1下载:
  2. 局部模糊c均值聚类算法的matlab代码-A Robust Fuzzy Local Information C-means Clustering Algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2016-09-10
    • 文件大小:76800
    • 提供者:吴永飞
  1. fcm-matlab

    0下载:
  2. matlab开发的FCM(模糊c-均值聚类算法)例程-matlab,cluster,fuzzy c-means,FCM,code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:23238
    • 提供者:Jane
  1. Original_pcm

    1下载:
  2. 自己编写的可能性c均值聚类算法。数据需要自己load,里面有main函数,改成自己的数据就可以运行。比模糊c均值更加鲁棒的一种聚类算法,缺点是容易产生重合聚类。-possibilistic c means clustering algorithm.
  3. 所属分类:matlab

    • 发布日期:2016-11-01
    • 文件大小:538624
    • 提供者:fhqu
  1. improved-Fcm

    0下载:
  2. 模糊c均值聚类的一种改进算法,比较简单。用的时候先初始化一下,在不断迭代,参考里面的main函数吧。参考的时候去掉一些无关的命令,有些命令是我自己调用的无关的命令,可能目录里面没有,但不妨碍这个算法运行,可以屏蔽掉。-an improved fuzzy c means clustering algorithm
  3. 所属分类:matlab

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

    0下载:
  2. fcm模糊C均值聚类算法的详细程序及其解释,程序可以运行-fcm detailed procedures and their interpretation of fuzzy C-means clustering algorithm, the program can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5446
    • 提供者:
  1. Umoshishibies

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=xx4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离.-C-means clustering procedure, and the following data and cluster analysis. Confirm the programming is correct, Ca
  3. 所属分类:Mathimatics-Numerical algorithms

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

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. k-and-isodata

    0下载:
  2. 模式训别的k均值算法和isodata聚类算法c++实现,程序有较清楚的注释,且有word文档说明程序是如何实现算法的,对于刚接触模式识别的程序具有很好的启发作用,不足之处是没有用mfc完成界面编程-Mode of training to achieve other k-means algorithm and isodata clustering algorithm c++, procedures clearer notes and word documents that the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1074621
    • 提供者:kevin
  1. Cjunzhi

    0下载:
  2. c均值聚类算法小论文,包括原理、实验及结论-papers, including c-means clustering algorithm principle experiments and conclusions
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:225534
    • 提供者:刘燕
  1. matlab-image-process

    0下载:
  2. comparehist是用于检测两个图像的直方图巴士距离,xuefu是通过C类均值算法对图像进行颜色聚类,ccv是提取衣服图像的颜色一致向量,便于以后对图像各个特征值进行操作-comparehist is used to detect the two image histogram bus distance, xuefu Class C means algorithm for image color clustering, ccv extract clothes image consistent
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:5076
    • 提供者:raphael
  1. KFCM

    0下载:
  2. 利用核模糊C均值聚类KFCM算法实现对数据的分类-Nuclear Fuzzy C-Means Clustering KFCM algorithm on data classification
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1394
    • 提供者:玉儿
  1. Cluster

    0下载:
  2. 实现了随机点生成、C均值聚类、ISODATA聚类算法,简单易懂-Random point generation C-means clustering, ISODATA clustering algorithm, straightforward
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-06
    • 文件大小:7606016
    • 提供者:刘洁
  1. image-classification

    0下载:
  2. K均值算法和ISODATA算法的源码,用C++编写,内附一张TM的卫星影像作为实验数据,具体算法原理可以参考武大舒宁、马洪超、孙和利版的《模式识别》一书-The source code of K Means and ISODATA algorithm, written in C++, with a TM image attached. For concrete algorithm, you are referred to the book Pattern Recognition written
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:224857
    • 提供者:M R
  1. cmean_1.rar

    0下载:
  2. 模式识别中的,C均值的算法的实现,用vs2008实现的基于MFC框架的源码,,Pattern recognition algorithm based on the source code of the MFC framework implemented using vs2008 C average,
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-26
    • 文件大小:9712308
    • 提供者:puqin
  1. fourdirectionedge2

    0下载:
  2. 将用双线性插值归一化后的图像用2*2的窗口扫描加权方向的边缘图,用改进的模糊C均值聚类算法将图像聚类成为候选文字区域和非文字区域。-Bilinear interpolation owned by an after image edge map with 2* 2 the window scanned weighted direction, image clustering with improved fuzzy C-means clustering algorithm to become the
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:4849
    • 提供者:kaizizi
  1. Pattern-Recognition

    0下载:
  2. 用C++实现了模式识别中K-均值算法的实现,并用于图像分类实现。-Pattern recognition C++ achieve the realization of the K-means algorithm, and used for image classification.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:4147322
    • 提供者:lili
  1. FCM_YL

    0下载:
  2. 模糊C均值(FCM)聚类算法分割图像,雨帘开发,非常经典!-function clusterResult = FCM(imagePath, C, V, M, iter, epsm)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:1804
    • 提供者:mhx_nx
  1. FCM_rgb

    0下载:
  2. 模糊C均值聚类算法,将RGB图像转换到HSI空间时进行聚类-Clustering fuzzy C-means clustering algorithm, the RGB image is converted to HSI space
  3. 所属分类:Graph program

    • 发布日期:2017-11-21
    • 文件大小:2264
    • 提供者:mhx_nx
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com