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

搜索资源列表

  1. K-means.m

    0下载:
  2. MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55082
    • 提供者:zs
  1. K-MEANS

    0下载:
  2. 基于MATLAB的k-means算法 较好的解决了图像分类聚类的问题
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1005
    • 提供者:刘小强
  1. k-means

    0下载:
  2. 聚类实现,k-means算法的一个MATLAB实现-Achieve clustering, k-means algorithm to achieve a MATLAB
  3. 所属分类:matlab

    • 发布日期:2016-10-17
    • 文件大小:2234
    • 提供者:军官
  1. k-means

    1下载:
  2. k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
  3. 所属分类:Other systems

    • 发布日期:2014-04-29
    • 文件大小:2583
    • 提供者:wueching
  1. kmeans-image-segmentation

    0下载:
  2. K均值算法实现图像的分割,分割效果可以达到预期的效果-K-means algorithm to achieve image segmentation, segmentation results can be achieved the desired results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:47185
    • 提供者:赵少敏
  1. K-Means

    0下载:
  2. K-Means聚类算法 Matlab代码-K-Means
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:12975
    • 提供者:程烨
  1. tif

    0下载:
  2. k-means算法代码 matlab的程序,具体使用说明在函数里面 :) 附UCI的测试集图片,可以用作VQ的实验-k-means algorithm matlab code of procedure, specific for use inside the function:)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:865929
    • 提供者:qiumh
  1. k-meanswunn061

    0下载:
  2. matlab 实现k均值 k-means算法 过程清晰 适合初学者-matlab to achieve k-means k-means algorithm suitable for beginners a clear process
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1529
    • 提供者:吴娜
  1. h-k-means

    0下载:
  2. 用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助-Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4764
    • 提供者:jie
  1. a

    0下载:
  2. 对于彩色图像的 k均值算法的matlab代码 文件置于c盘根目录-Colored graphics k-means algorithm matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:823
    • 提供者:Leo
  1. k-means

    0下载:
  2. k-means算法用matla实现车牌定位-License plate location achieved with matla
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1409
    • 提供者:幸福国度
  1. k-means

    0下载:
  2. 名为k-means的MATLAB函数,实现k均值算法。输入矩阵X,w,输出最终估计值和聚类的标识数字。-Called the k-means of the MATLAB function, to achieve k means algorithm. Input matrix X, w, the output value of the final estimates and cluster identification number.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1137
    • 提供者:menghang
  1. K-Means

    0下载:
  2. K-Means算法matlab实现,使用自己生成的数据文本-K-Means Alogrithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2078
    • 提供者:peter
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:13312
    • 提供者:venshow
  1. kmeans_demo1

    0下载:
  2. 基本的k-means matlab算法 demo(basical k-means matlab demo)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:mh123
  1. k-means

    0下载:
  2. 此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:118784
    • 提供者:宁采臣
  1. K-means

    0下载:
  2. 用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:胡果
  1. K-means

    0下载:
  2. 一种聚类算法:K-means聚类,实测绝对没有问题(A clustering algorithm: K-means clustering, no problem is absolutely no problem)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:宸儿宝贝
  1. K-means

    0下载:
  2. K-means聚类算法的matlab实现(k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each obse
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:invoker`Z
  1. k-means算法的Matlab实现以及Iris数据集

    1下载:
  2. k-means算法实现以及Iris数据集(Implementation of K-means algorithm and Iris data set)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-25
    • 文件大小:1024
    • 提供者:二胡二胡
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com