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

搜索资源列表

  1. cmean

    0下载:
  2. 聚类算法中的C均值聚类算法,课自己设定数值和分类数,输出聚类结果-Clustering algorithm C-means clustering algorithm, set their own values ​ ​ and lessons classification number, the output clustering results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2440825
    • 提供者:陈俊
  1. Cjunzhi

    0下载:
  2. 聚类算法之C-均值聚类算法聚类算法
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1715
    • 提供者:闫志超
  1. PR

    0下载:
  2. 各种模式识别算法源码,包括c均值聚类,层次聚类,fisher判决器,贝叶斯判决,神经网络等算法-Pattern recognition algorithm source code, including c-means clustering, hierarchical clustering, fisher judgment, a judgment Bayesian neural network algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12386856
    • 提供者:李潇雨
  1. cppVersion

    0下载:
  2. 模式识别C++ K均值算法,采用容器,对数据进行分类-k_means arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:959641
    • 提供者:洋琴
  1. FCM

    0下载:
  2. 模糊C均值的改进算法,详细介绍了改进过程和原算法的原理,具有很好参考价值-Improved Fuzzy C- Means algorithm , described in detail the principles to improve the process and the original algorithm has a good reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:217043
    • 提供者:张苏楠
  1. FCM

    0下载:
  2. 模糊C均值聚类算法过程,C语言编写,有测试数据-Fuzzy C-means clustering algorithm process, C language, test data
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1786597
    • 提供者:zhaohouqiang
  1. GUI-based-on-Matlab

    0下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码。用单纯形法来做的-Improved genetic algorithm fuzzy C- means clustering MATLAB source. To do with the simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5325
    • 提供者:郑晨
  1. fuzzycm

    0下载:
  2. 模糊c均值聚类 FCM算法的两种迭代形式的MATLAB代码。-Fuzzy c-means clustering algorithm FCM two iterative form of MATLAB code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2189
    • 提供者:殷娇
  1. Julei

    0下载:
  2. 基于MFC框架实现了C均值聚类算法,感知器训练。-Based on the MFC framework implements the c-means clustering algorithm, perceptron training.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-18
    • 文件大小:27382897
    • 提供者:张潇
  1. FCMC

    0下载:
  2. 模糊C均值聚类算法 可直接运行-Fuzzy C-means clustering algorithm can be run directly. . .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2953
    • 提供者:张磊
  1. Algorithms-for-FCM

    1下载:
  2. 模糊聚类方法在C均值聚类算法中的应用研究;作者: Sadaaki Miyamoto-Algorithms for Fuzzy Clustering Methods in c-Means Clustering with Applications Studies in Fuzzine(FCM)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3717161
    • 提供者:李 乐
  1. FLICM

    4下载:
  2. 基于局部信息的模糊C均值聚类算法(FLICM),是在FCM聚类算法的基础上结合了图像的邻域信息,有更好的鲁棒性。-Fuzzy C-means clustering algorithm based on local information (FLICM), is a combination of neighborhood information image on the basis of FCM clustering algorithm has better robustness.
  3. 所属分类:Special Effects

    • 发布日期:2017-01-07
    • 文件大小:78848
    • 提供者:whisky
  1. matlab

    0下载:
  2. 聚类基本算法代码,包含层次聚类,简单聚类,c均值,KNN等-Clustering basic algorithm code, including hierarchical clustering, a simple cluster, c mean, KNN, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:129594
    • 提供者:tony
  1. ACA_FCM

    1下载:
  2. 蚁群算法优化模糊c均值聚类,非本人原创,大家共同学习-Ant colony algorithm to optimize fuzzy c-means clustering, non-my original, we learn together
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3778
    • 提供者:杨学伟
  1. FCM

    0下载:
  2. 核聚类算法:聚类是将一组给定的未知类标号的样本分成内在的多个类别,使得同一类中 的样本具有较高的相似度,而不同类中的样本差别大。侧重于软聚类(模糊C-均值——FCM),但其描述手段同样适合于硬聚 类(HCM)等同类问题。-Clustering algorithm: cluster is a group of unknown samples given class label into internal multiple categories, so that the same class
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:116549
    • 提供者:楚淇博
  1. GAFCM

    0下载:
  2. matlab编写的遗传算法优化的模糊C均值聚类算法-genetic algorithm optimize Fuzzy C means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1493
    • 提供者:王弘
  1. gafcm

    4下载:
  2. 这是遗传算法改进的模糊C-均值聚类MATLAB源代码,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最终的分类结果。-This is the MATLAB source code of the improved fuzzy c-means clustering(FCM) based on the genetic algorithm(GA).The initial cluster centers are otained through GA,and the final clust
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-09
    • 文件大小:1024
    • 提供者:简川霞
  1. Code-Segmentation

    3下载:
  2. 基于WFCM的最优阈值图像分割 阈值化是图像分割中广泛应用的一种有效工具。基于类别可分性准则的Otsu法是性能良好且受到普遍欢迎的自动阈值选择方法。Otsu方法与c均值聚类算法的准则在一定条件下是等价的,而c均值聚类算法还可以快速实现分割问题。目前人们提出了很多基于c均值聚类准则的图像阈值化方法,其中模糊c均值(FCM)是最流行的算法之一。但是FCM算法没有考虑样本矢量间对聚类效果的不同影响,因而使用加权模糊c均值(WFCM)来解决这个问题。-Optimal threshold image se
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:903080
    • 提供者:小怪兽
  1. KFCM

    1下载:
  2. 核模糊C均值聚类(KFCM)算法,广泛应用于模糊聚类分析算法.-KFCM Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:20569
    • 提供者:pipi
  1. cmohu

    0下载:
  2. C均值聚类算法的MATLAB程序,在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功-C mean clustering algorithm MATLAB procedures, in many fuzzy clustering algorithm, fuzzy C- means (FCM) algorithm is the most widely used and successful
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:859
    • 提供者:科研
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com