CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 基于K-MEANS

搜索资源列表

  1. K-MEANS

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

    • 发布日期:2008-10-13
    • 文件大小:1005byte
    • 提供者:刘小强
  1. 基于matlab的K均值聚类程序

    3下载:
  2. 基于matlab的K均值聚类程序。其中用IRIS数据进行验证,得到了很好的结果。文件中包含了演示后的结果图,Matlab-based K-means clustering procedure. Which use IRIS data verification, have had good results. File contains the results of the demonstration plan
  3. 所属分类:matlab例程

    • 发布日期:2012-11-02
    • 文件大小:32.27kb
    • 提供者:wanghuali
  1. k-rbf

    1下载:
  2. 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:662byte
    • 提供者:唐毅
  1. kmeans

    0下载:
  2. 基于K-means的模糊聚类分析方法,很有用的-Based on the fuzzy K-means cluster analysis, very useful
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7.45kb
    • 提供者:简明
  1. pso-clustering

    1下载:
  2. 基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。-Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.
  3. 所属分类:matlab

    • 发布日期:2017-03-09
    • 文件大小:2kb
    • 提供者:hsj
  1. kcluster

    0下载:
  2. 一种基于软划分方法的聚类方法——模糊k均值法聚类分析。-A division of methods based on soft clustering method- fuzzy k-means cluster analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:wyl
  1. K-Means-Color-Reduction

    1下载:
  2. 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。-Based on the K-MEANS algorithm image fade
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:187.29kb
    • 提供者:臧超
  1. k-means

    0下载:
  2.  K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594byte
    • 提供者:彭立军
  1. k-means

    1下载:
  2. 基于k均值的强化学习的状态和动作的选择,可以有效的解决维灾难问题。-q learning with k-means
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:xu
  1. Matlab-image-K-means-

    0下载:
  2. 基于matlab的图像K均值聚类算法程序-Matlab image K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1.16kb
    • 提供者:zhaoxinyan
  1. 小波变换 k-means分类

    2下载:
  2. 基于小波变换的 k-means 分类,matlab算法源码 初学者参考
  3. 所属分类:matlab例程

  1. k-means

    0下载:
  2. 用于图像分割的方法很多,其中基于K均值的图像分割方法较为常用,本程序附有详细注解-Image segmentation method based on K-means, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:933byte
    • 提供者:而是
  1. k-means

    0下载:
  2. 这是k-means聚类算法的matlab仿真实现,程序中分别有二维控件和三维空间基于k-means的聚类demo-This is k- means clustering algorithm of matlab simulation implementation, respectively in the program have two-dimensional controls and three-dimensional space based on k- means cluster demo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:zhang
  1. K-means

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering method objective function representative, which is a method of data points to a certain d
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:105.75kb
    • 提供者:张文强
  1. K-means

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:Daizy7
  1. 基于 K-means 聚类算法的图像区域分割

    1下载:
  2. 本程序使用matlab软件,实现了基于K-means聚类算法的图像分割。(Image split based on K-means was done by using Matlab.)
  3. 所属分类:matlab例程

    • 发布日期:2019-01-08
    • 文件大小:29kb
    • 提供者:Hanqi
  1. Improved K-means

    1下载:
  2. 基于数据密度自动计算最佳K聚类中心,对数据进行聚类(The best K clustering center is automatically calculated based on data density to cluster data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-05
    • 文件大小:3kb
    • 提供者:伯鸾君
  1. 基于粒子群优化的k均值

    0下载:
  2. 基于粒子群优化的k均值,可以对实验对象进行定性分类(Based on the k-means of particle swarm optimization, the experimental objects can be qualitatively classified)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-26
    • 文件大小:5kb
    • 提供者:付夕夕
  1. ABC-K-means

    0下载:
  2. 基于改进人工蜂群算法的K均值聚类算法-喻金平-郑杰-梅宏标,matlab(K-means clustering algorithm based on improved artificial bee colony algorithm-Yu Jinping-Zheng Jie-Mei Hongbiao, matlab)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-21
    • 文件大小:56kb
    • 提供者:辣条青年
  1. 改进的基于划分算法的三维点云聚类matlab实现

    4下载:
  2. 根据网上基于划分法k-means的聚类算法,我做了改进。可以预设一个最大的类数和一个半径,自动划分合适的类。最终将随机三维点云聚类完成后显示为不同颜色。(According to the clustering algorithm based on partition K-means on the Internet, I improved it. A maximum number of classes and a radius can be preset to automatically divi
  3. 所属分类:matlab例程

    • 发布日期:2020-12-22
    • 文件大小:1kb
    • 提供者:woyaokaobo
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com