登录
首页 » matlab » K-means算法的Matlab实现代码(使用文档+源代码)

K-means算法的Matlab实现代码(使用文档+源代码)

于 2020-06-09 发布
0 147
下载积分: 1 下载次数: 4

代码说明:

说明:  均值聚类算法可以做聚类分析、以及基于成像的波形提取(Mean clustering algorithm can do clustering analysis, as well as image-based waveform extraction.)

文件列表:

K_means算法实现matlab(张师兄)\K_means程序\CaculateCenter.asv, 262 , 2005-10-11
K_means算法实现matlab(张师兄)\K_means程序\CaculateCenter.m, 245 , 2005-10-13
K_means算法实现matlab(张师兄)\K_means程序\Clustering.asv, 517 , 2005-10-11
K_means算法实现matlab(张师兄)\K_means程序\Clustering.m, 562 , 2005-10-11
K_means算法实现matlab(张师兄)\K_means程序\Display.m, 99 , 2005-10-11
K_means算法实现matlab(张师兄)\K_means程序\KindDisplay.asv, 336 , 2005-10-11
K_means算法实现matlab(张师兄)\K_means程序\KindDisplay.m, 301 , 2009-02-26
K_means算法实现matlab(张师兄)\K_means程序\main.asv, 878 , 2009-02-26
K_means算法实现matlab(张师兄)\K_means程序\main.m, 879 , 2009-02-26
K_means算法实现matlab(张师兄)\K_means算法实现matlab.doc, 49152 , 2009-02-23
K_means算法实现matlab(张师兄)\K_means程序, 0 , 2011-10-24
K_means算法实现matlab(张师兄), 0 , 2011-10-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 梳状滤波器
    梳状滤波器的MATLAB代码,里面有详细的说明,可以用(The MATLAB code of the comb filter, which has a detailed description, can be used)
    2018-03-21 10:31:58下载
    积分:1
  • brainstormers-rc09-tdp.pdf.tar
    Brainstomers 2D TDP 2009
    2010-01-17 06:20:04下载
    积分:1
  • Bus labviewCAN the basis of examples of the use of exercises, is the basis of La...
    labviewCAN总线使用的基础实例练习,是初学labview的基础。-Bus labviewCAN the basis of examples of the use of exercises, is the basis of LabVIEW beginner.
    2022-06-19 11:50:08下载
    积分:1
  • C# 设置屏幕分辨率
    C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:   long RetVal = 0;   DEVMODE dm = new DEVMODE();   dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));   dm.dmPelsWidth = dWidth;//宽   dm.dmPelsHeight = dHeight;//高   dm.dmDisplayFrequency = 85;//刷新率   dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;   RetVal = ChangeDisplaySettings(ref dm, 0);
    2023-03-16 15:00:04下载
    积分:1
  • Delphi将TableToClass 表文件转换成类文件
    Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;    //读取数据库名称列表    function ReadDBNameList: TStringList;    //读取数据表名称列表    function ReadTableNameList: TStringList;    function TableToClassInfo(ATableName: string): TStrings;    //取得SQLServer字段的类型,返回相应Delphi变量类型    function GetColumnType(AType: integer): string;    //取得SQLServer字段的类型,返回相应字符串    function GetDBColumnType(AType: integer): string;    //仅生成类信息    procedure GenerateClassInfo;    //生成Unit文件    procedure GenerateUnitFile;    procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);    //取得保存的文件名,没有扩展名    function GetFileName(AFileName: string): string;    //保存文件    procedure SaveToFile(AList: TStringList = nil);    //取取选择数据表的数量
    2022-03-24 10:52:12下载
    积分:1
  • EKF-CKF-UKF对比
    说明:  以二阶非线性系统为例,假设系统方程和状态方程含有高斯白噪声,通过EKF、CKF、UKF算法估计系统真实状态,并对比(Taking the second-order nonlinear system as an example, assuming that the system equation and state equation contain Gaussian white noise, EKF, CKF, UKF algorithms are used to estimate the real state of the system.)
    2020-12-14 09:40:25下载
    积分:1
  • en.stsw-stm8016
    说明:  stm8l151 firmware from ST
    2020-02-08 08:42:14下载
    积分:1
  • 1
    多款不同角度旋转的3D按钮风格,可惜的是部分代码采用CSS3实现,IE下效果不近完美,同学们只能在火狐等浏览器下观赏了。(A number of different angles of rotation of the 3D button style, unfortunately, part of the code using CSS3 to achieve, IE effect is not nearly perfect, students can only watch under Firefox and other browsers.)
    2018-08-24 13:56:20下载
    积分:1
  • showmdls
    显现python模块属性和方法的小工具,用python开发(show python method and attribute)
    2011-09-24 13:51:56下载
    积分:1
  • LS ESPRIT Algorithm
    LS-esprit算法求解波达方位估计DOA(LS_ESPRIT_Algorithm_for_DOA_Estimation_with_Monte_Carlo)
    2017-11-07 17:50:49下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 33今日下载