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

搜索资源列表

  1. k_algorithm

    0下载:
  2. K均值算法的C实现,有兴趣的可以下过去看一下-K means algorithm C to achieve, are interested can look under the past
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1607
    • 提供者:朱小丰
  1. Kjunzhi

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

    • 发布日期:2017-03-27
    • 文件大小:4076
    • 提供者:朱建建
  1. K-meansclusteringalgorithmprogram

    0下载:
  2. 模式识别课程上用C++语言编写的K-均值算法对150个样本进行分类。-Course on pattern recognition using C++ language of the K-means algorithm to classify the 150 samples.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:80026
    • 提供者:yu
  1. zhinengdianwang

    1下载:
  2. 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:274275
    • 提供者:macrotone
  1. proj10-01

    0下载:
  2. 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1670
    • 提供者:王瑶
  1. fcm-mine

    0下载:
  2. 模糊C均值聚类算法。可以对数据集进行聚类。-fcm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2737
    • 提供者:张飞
  1. 1

    0下载:
  2. 模糊C-均值(FCM) 聚类算法的实现
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:180794
    • 提供者:peter
  1. ClusteringStatic

    1下载:
  2. 聚类分析算法,k均值聚类分析算法c++源码-clustering statics
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:59888
    • 提供者:袁晓燕
  1. 11

    0下载:
  2. 一种新型的模糊C均值聚类初始化方法 模糊c均值聚类(FcM)是一种广泛采用的动态聚类方法,其聚类效果往往受初始聚类中心的影响。受自适应免疫系 统对入侵机体的抗原产生免疫记忆的机理启示,提出了一种新的产生初始聚类中心的方法。算法中,待分析的数据被视为 入侵性抗原,产生的记忆细胞作为聚类分析的初始中心-ABSTRACT:The rum C—means algorithm (FCM)is widely used for dy/kTflnic clustering.The performan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:181689
    • 提供者:江山
  1. k_means_cluster

    1下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the convergence faster clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:328366
    • 提供者:pulutarch
  1. mohuchuli

    0下载:
  2. 模糊C均值聚类算法的步骤还是比较简单的,模糊C均值聚类(FCM),即众所周知的模糊ISODATA,是用隶属度确定每个数据点属于某个聚类的程度的一种聚类算法。-Fuzzy c-means clustering algorithm steps it is quite simple, fuzzy c-means clustering (FCM), known as fuzzy membership ISODATA, it is to use to make sure that each data po
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:3419
    • 提供者:金丰
  1. generating-white-noise

    0下载:
  2. 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4908
    • 提供者:chenshan
  1. c_mean

    1下载:
  2. 模式识别中c均值法的matla算法实现 老师布置的作业我昨晚了 上传共享一下-Pattern recognition method matla c means algorithm teacher assignments upload to share what I had last night
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1269
    • 提供者:tongpeng
  1. Cjunzhi

    0下载:
  2. C均值聚类算法的matlab编写。此程序根据模式识别书上C均值聚类的过程进行编写。没有用到工具箱。-this program is based on Patten Recongnize knowledge to design a system about C means method.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1813
    • 提供者:
  1. IsoDataaK-means

    0下载:
  2. 是用VS6.0编写的程序。实现了模式识别中的ISODATA算法和K均值算法。内附有测试数据。-made by VS6.0 C++ Isodata K-means
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:16738
    • 提供者:zhaoyongquan
  1. FCM_tool_box[byPfaruto]

    0下载:
  2. 模糊C均值(FCM)算法工具箱,可以直接使用,基于MATLAB编写,-Fuzzy C Means (FCM) algorithm toolbox, can be used directly, based on MATLAB write, huh, huh
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:110070
    • 提供者:afrade
  1. Pattern-Recognition

    0下载:
  2. 模式识别程序,包括Isodata,C均值,最大最小值以及H-k算法-Pattern recognition sources, including Isodata, H-k algorithm,and so on
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2953882
    • 提供者:yaolianrong
  1. 1111

    0下载:
  2. 在visuall C++6.0环境之下开发的一个程序,有解释,K均值算法的实现-In visuall C++6.0 environment developed under a program, to explain, K-means algorithm to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:2602
    • 提供者:tianrui
  1. fcm

    1下载:
  2. 这是模糊c均值聚类的图像分割算法 用来实现图像的分割-this is a code of fuzzy c-means separating the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1734
    • 提供者:jijianpeng
  1. KM

    0下载:
  2. K均值算法的C++实现,能够将2维的样本点进行2类或者多类的聚类-K means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:929583
    • 提供者:webberzhou
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com