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

搜索资源列表

  1. unsupervisedClassification

    0下载:
  2. 非监督分类程序,MATLAB环境,采用K均值算法,通过初始聚类中心逐次迭代而得到所要分类,并输出分类后的图像。-Non-supervised classification procedures, MATLAB environment, using K-means algorithm, the initial cluster center through successive iterations to be classified, and the output classification im
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1369
    • 提供者:邢超凡
  1. K_average

    0下载:
  2. matlab实现的k均值聚类算法,可以实现对大量数据的有效分类-matlab implementation of the k-means clustering algorithm, can achieve a large amount of data on an effective classification
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:38247
    • 提供者:sunny
  1. K-means.m

    2下载:
  2. K-mean均值算法的matlab功能实现-K-means to achieve the matlab function
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:55086
    • 提供者:spinach
  1. k

    0下载:
  2. k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48887
    • 提供者:小屁
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. kmean_zmx_try

    0下载:
  2. k-means Cluster,kmean_zmx_try.rar,k均值聚类算法的matlab源代码-k-means Cluster,kmean_zmx_try.rar
  3. 所属分类:matlab

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

    0下载:
  2. kmeans算法代码,已经通过验证,可以正常使用,没有病毒
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8826
    • 提供者:dfdsfds
  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. K-means

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:48128
    • 提供者:sunjianqing
  1. Kmeans-MATLAB

    3下载:
  2. 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1024
    • 提供者:牛少敏
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. k-means-algorithm-

    0下载:
  2. 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8796
    • 提供者:赵子岩
  1. K-means

    1下载:
  2. K均值算法,适合于初学者。包括matlab源代码,测试数据等。-K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:2048
    • 提供者:ys
  1. gmmkmeans

    0下载:
  2. 高斯混合模型K均值算法matlab源程序用于说话人识别中-Gaussian mixture model K-means algorithm matlab source code for speaker recognition
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1666
    • 提供者:wangyunqi
  1. Kjunzhi

    0下载:
  2. 模式识别大作业K均值算法matlab平台实现,内有iris数据用于测试一起其他相关资料。-Pattern Recognition great job K-means algorithm matlab platform implemented within the iris data used for testing along with other relevant information.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:224296
    • 提供者:VanillaChow
  1. MATLAB-KMEANS

    0下载:
  2. 基于matlab的k均值算法,程序比较简单,适合初学者学习-Matlab k-means algorithm, the procedure is relatively simple, suitable for beginners to learn
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:23909
    • 提供者:凌晨
  1. k-means-matlab

    1下载:
  2. k-means均值算法matlab语言写的,很实用的源码-k-means means algorithm matlab language, very useful source
  3. 所属分类:matlab

    • 发布日期:2014-04-29
    • 文件大小:1658880
    • 提供者:lujun
  1. k-mean

    0下载:
  2. 简单的K均值算法,使用matlab平台编程,两个文件一个是数据文件,一个是算法文件-Simple K-means algorithm, using matlab platform programming, one file is a data file, and the other is a algorithm file.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1370
    • 提供者:Jiamin Bao
  1. K

    0下载:
  2. 是基于MATLAB软件编的小程序。该程序是K均值算法,应用于模式识别中-K-mean algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:521
    • 提供者:ws
  1. 81801236k.matlab

    0下载:
  2. 利用matlab实现k均值聚类算法,亲自调试通过,对于学习k均值聚类算法有很大帮助(Using MATLAB to achieve K means clustering algorithm, personally debugging through, for learning K mean clustering algorithm is very helpful)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:kuangk1992
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com