KMeans_SPD_Matrices

所属分类:matlab例程

开发工具:matlab

文件大小:23KB

下载次数:5

上传日期:2018-06-07 22:24:17

上 传 者:哈123哈123

说明:  k均值聚类,很实用的matlab程序

K均值算法需要输入待聚类的数据和欲聚类的簇数k,主要的聚类过程有3步:

随机生成k个初始点作为质心

将数据集中的数据按照距离质心的远近分到各个簇中

将各个簇中的数据求平均值,作为新的质心,重复上一步,直到所有的簇不再改变

(K mean clustering, a very practical matlab program

The K mean algorithm needs to input the data to be clustered and the number of clusters to be clustered K. The main clustering process has 3 steps:

Random generation of K initial points as the centroid

The data in the dataset is divided into clusters according to the distance from the centroid.

The average value of the data in each cluster is used as a new centroid to repeat the previous step until all the clusters are no longer changed.)

文件列表:[举报垃圾]

KMeans_SPD_Matrices\DEMO_K_means_8comparison.m, 2956 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\._DEMO_K_means_8comparison.m, 82 , 2014-04-24

KMeans_SPD_Matrices\kmeans_IncKarcherMean.m, 3644 , 2014-04-24

KMeans_SPD_Matrices\kmeans_IncKLsMean.m, 4039 , 2014-04-24

KMeans_SPD_Matrices\kmeans_IncLogEucMean.m, 3549 , 2014-04-24

KMeans_SPD_Matrices\kmeans_IncSteinMean.m, 3391 , 2014-04-24

KMeans_SPD_Matrices\kmeans_KarcherMean.m, 2718 , 2014-04-24

KMeans_SPD_Matrices\kmeans_KLsMean.m, 2761 , 2014-04-24

KMeans_SPD_Matrices\kmeans_LogEucMean.m, 2777 , 2014-04-24

KMeans_SPD_Matrices\kmeans_SteinMean.m, 2713 , 2014-04-24

KMeans_SPD_Matrices\utility\AreAllSym.m, 321 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._AreAllSym.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\distKLs.m, 152 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._distKLs.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\distLogDet.m, 77 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._distLogDet.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\distLogEuc.m, 77 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._distLogEuc.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\expmap.m, 479 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._expmap.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\geod_pn.m, 146 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._geod_pn.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\geodist.m, 378 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._geodist.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\KLS_mean.m, 255 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._KLS_mean.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\LogEuc_mean.m, 164 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._LogEuc_mean.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\logmap.m, 473 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._logmap.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\mean_stein_2.m, 212 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._mean_stein_2.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\meanTensor.m, 645 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._meanTensor.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\meanTensor_logDet.m, 342 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._meanTensor_logDet.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\MtrxExp.m, 445 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._MtrxExp.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\MtrxLog.m, 331 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._MtrxLog.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\MtrxSqrt.m, 98 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._MtrxSqrt.m, 82 , 2014-04-24

KMeans_SPD_Matrices\utility\VectorCrossDist.m, 181 , 2014-04-24

__MACOSX\KMeans_SPD_Matrices\utility\._VectorCrossDist.m, 82 , 2014-04-24

license.txt, 1509 , 2014-04-24

近期下载者:

相关文件:

收藏者:

matlab kmeans 质心,KMeans_SPD_Matrices相关推荐

  1. 光谱分类算法 matlab,Matlab K-means聚类算法对多光谱遥感图像进行分类(一)

    Matlab K-means聚类算法对多光谱遥感图像进行分类 作者: 白艺亭 测试了下matlab自带kmeans函数,作者编写函数,以及ENVI下的Kmeans方法,对比其效果,代码及结果图展示见下 ...

  2. MATLAB K-means聚类代码讲解

    一.概述 K-means聚类采用类内距离和最小的方式对数据分类,MATLAB中自带K-means算法,最简单的调用如下: idx=kmeans(x,k) 将n-by-p数据矩阵x中的数据划分为k个类簇 ...

  3. Matlab k-means

    K-means 聚类算法 Syntax Description Input Arguments Examples Train a k-Means Clustering Algorithm Partit ...

  4. matlab kmeans c 代码,K-means之matlab实现

    引入 作为练手,不妨用matlab实现K-means 要解决的问题:n个D维数据进行聚类(无监督),找到合适的簇心. 这里仅考虑最简单的情况,数据维度D=2,预先知道簇心数目K(K=4) 理论步骤 关 ...

  5. MATLAB | kmeans聚类如何绘制更强的聚类边界(决策边界)

    本篇文章主要解决对于kmeans聚类结果,怎样绘制更强的聚类边界: 不过在此之前先讲解如何绘制聚类效果.聚类边界,最后再展示上图所示更强的聚类边界.代码其实不需要写下面那么长,但是为了画图好看就写长点 ...

  6. matlab 凸包质心算法,python 生成任意形状的凸包图代码

    一.效果图: 在左图的白色区域周围,画任意形状的凸包图. 二.代码 import cv2 import numpy as np def generate_poly(image, n, area_thr ...

  7. kmeans k值确定 matlab,kmeans算法原理以及实践操作(多种k值确定以及如何选取初始点方法)...

    kmeans一般在数据分析前期使用,选取适当的k,将数据聚类后,然后研究不同聚类下数据的特点. 算法原理: (1) 随机选取k个中心点: (2) 在第j次迭代中,对于每个样本点,选取最近的中心点,归为 ...

  8. matlab 凸包质心算法,求多边形凸包(线性算法)--陈氏凸包算法--Computing the convex hull of a simple polygon(源码)...

    陈氏凸包算法-算法参考:Computing the convex hull of a simple polygon 作者:Chern-Lin Chen 陈氏算法提供了一个线性效率求凸包的算法,本文使用 ...

  9. 【sklearn】KMeans 计算样本质心

    文章目录 KMeans质心介绍 计算质心 计算样本间距离 计算每个样本到质心的距离,并按照从小到大的顺序排列 KMeans质心介绍 一个簇中所有数据的均值μ(j),通常被称为这个簇的"质心( ...

  10. 【机器学习】Kmeans聚类

    写在篇前   Kmeans算法是一种经典的聚类算法,属于无监督学习的范畴.所谓聚类,即指对于给定的一个样本集,按照样本之间的距离大小,将样本集划分为K个簇,且让簇内的点尽量紧密的连在一起,而让簇间的距 ...

最新文章

  1. Flutter - 弹出底部菜单Show Modal Bottom Sheet
  2. ZYAR20A 亚克力2驱 蓝牙 298寻迹避障机器人 —— 小车前后左右综合实验
  3. 2020已去,2021未来
  4. 【图论】【最短路】【SPFA】【USACO题库】2.4.4 Bessie Come Home回家(jzoj 1274)
  5. C++ 4 种具有更 为准确语义的新强制转换类型
  6. Python基础——zip
  7. Dijkstra算法原理
  8. 罗马数字转换器|罗马数字生成器
  9. mbr+bios gpt+uefi_小白安装系统之LEGACY、UEFI、GPT和MBR
  10. 国外不错的模板素材网站
  11. 动画练习-360度旋转-animation
  12. Python实战案例:金庸的功夫流派、人物关系的分析案例(上)
  13. 《白帽子讲Web安全 》 随手记(二)
  14. 机器视觉:深度学习在机器视觉软件中的应用
  15. 基本概念--MAE、MSE和RMSE
  16. Just as…,as+倒装句
  17. 2021年施工员-市政方向-通用基础(施工员)考试及施工员-市政方向-通用基础(施工员)复审考试
  18. 微信订阅号消息列表重大更新!6点解读(必看)
  19. 最小宽度适配:Smallest-width
  20. 阿里十年资深程序员吐血总结之Java代理模式

热门文章

  1. dojo 框架实战笔记
  2. 点击pv转化率_互联网中一些常用指标(PV、UV、蹦失率、转换率、退出率)
  3. PS3主机今日发售 附官方问答
  4. 物联网关键之传感器技术
  5. linux sql server 迁移,SQL Server2008 实例数据迁移步骤
  6. web视频(点播/直播)播放器选型
  7. Netstat -tln 命令是Linux查看端口使用情况
  8. [源码和文档分享]基于QT的英文文献的编辑与检索系统的实现
  9. CAPM模型通俗透彻理解(资本资产定价模型)
  10. docker启动redis指定redis.conf参数