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

搜索资源列表

  1. Cmean

    0下载:
  2. C均值聚类算法 ,采用修改后的聚类方法,快速的修改聚类中心,减少计算量-C mean
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:110514
    • 提供者:kim
  1. KMEANS

    0下载:
  2. k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:941979
    • 提供者:Mei Xj
  1. Cmeans

    1下载:
  2. C均值聚类算法 用于实现不确定数据的聚类-c-mean
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-12-19
    • 文件大小:32923
    • 提供者:杨金伟
  1. c-means-algorithm

    0下载:
  2. 熟悉c均值算法,通过程序语言实现该算法,比较每个聚类的初始均值不同时,算法结果的差别。理解动态聚类算法的算法思想-Familiar with the c means algorithm, the algorithm realized by programming language, compare the initial mean of each cluster is not the same time, the difference between algorithm results. Dyn
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:24797
    • 提供者:yshg
  1. c-means-algorithm

    0下载:
  2. c均值算法的实现,使用c均值算法对一组三位数据进行聚类,给出了测试的类别数目和初始值。-c-means algorithm, using the c-means algorithm on a set of three data clustering, given the number of categories and initial value of the test.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1784
    • 提供者:苏瑞文
  1. C-Means

    0下载:
  2. 改程序为模式识别常用的C均值算法,可以对样本进行分类。-It s a pragram of C-Means, which is popular among Pattern Recoginization.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2944
    • 提供者:王雨
  1. fuzzy-c-means-algorithm

    0下载:
  2. 模式识别中的模糊c均值算法,详细易懂,适合于用于matlab模式识别编程参考-Pattern recognition, fuzzy c-means algorithm, detailed and easy to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2062
    • 提供者:liuhui
  1. c-junzhi

    0下载:
  2. c均值算法的实验目的,实验原理,过程心得等等。-c-means algorithm principle ideas of the purpose of the experiment
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:165633
    • 提供者:乔娜
  1. c

    0下载:
  2. 模式识别以3类为例对C均值和模糊C均值算法进行matlab仿真实验。-Pattern recognition in three categories, for example C-Means and fuzzy C-means algorithm matlab simulation experiments.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1248
    • 提供者:改键
  1. c-means-algorithm

    0下载:
  2. C均值算法的实现,这是我正在学习的C均值算法的实习代码,分享给大家,不当之处,欢迎指正-C-means algorithm, which I am learning C-means algorithm internship code for everyone to share, inappropriate, please correct me
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1522
    • 提供者:lumin
  1. 自适应模糊C均值聚类

    7下载:
  2. 提供一种改进的模糊C均值聚类算法,该算法可以更好的提高聚类的精度
  3. 所属分类:数据挖掘

  1. improved-fuzzy-c-means-clustering

    1下载:
  2. 该算法引入遗传算法对模糊c均值算法进行改进,并在iris数据集中进行实验验证,得到很高的正确率。-The algorithm genetic algorithm fuzzy c-means algorithm is improved, and focus on experiments in the iris data to obtain a high accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6557
    • 提供者:杨鹏
  1. fuzzy-c

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum, in order to overcome this drawback, the genetic algorithm is applied to the fuzzy C- means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:zhanglei
  1. FCM聚类算法介绍

    0下载:
  2. FCM聚类算法介绍 FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。 模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。
  3. 所属分类:文档资料

    • 发布日期:2016-10-10
    • 文件大小:98304
    • 提供者:lingduer
  1. fcm

    0下载:
  2. 使用matlab实现C均值聚类算法 的代码(Using MATLAB to implement C means clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:jill123
  1. KFCM-master

    1下载:
  2. 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:223232
    • 提供者:Cinly
  1. FCMCluster

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c- means clustering algorithm fuzzy c-means algorithm (FCMA) or FCM. Among the many fuzzy clustering a
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:灰烬使者灬
  1. fcm算法解释

    0下载:
  2. 包含基于matlab的粗糙模糊c均值算法实现及相关解释说明(Include matlab based programs and instructions)
  3. 所属分类:图形图像处理

  1. FCM,模糊C均值聚类的MATLAB实现[matlab]-FCM

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algor
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:五道杠骚年
  1. BCFCM2D

    1下载:
  2. 偏移场矫正模糊c-均值算法的matlab代码实现。运用于通向分割及偏移场估计。(bias filed corrected)
  3. 所属分类:其他

    • 发布日期:2019-10-06
    • 文件大小:2048
    • 提供者:1003
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com