登录
首页 » matlab » h-k-means

h-k-means

于 2009-09-21 发布 文件大小:5KB
0 251
下载积分: 1 下载次数: 13

代码说明:

  用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助(Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful)

文件列表:

层次-k-means
............\alldist.m
............\anchors.m
............\calcdist.m
............\kmeans.m
............\main.asv
............\main.m
............\user_url_cluster.txt

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

发表评论

0 个回复

  • bptest
    该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。(The algorithm is based on the principle of artificial immune clonal selection algorithm. Algorithm has three parts, the first part of the traditional genetic algorithm, the second part of the CSA algorithm, two methods for some function extreme, can compare their characteristics.)
    2014-01-09 22:49:26下载
    积分:1
  • ESOpenTest_src
    Examples for actionbar
    2015-04-13 11:18:03下载
    积分:1
  • EEG-LMS
    可以去除脑电中的50Hz工频干扰,同时可以剔除部分生理伪迹,如眼电、肌电伪迹。( can be removed the 50Hz frequency interference of EEG, and can eliminate part of the physiological artifacts such as EOG, EMG.)
    2015-10-14 19:18:39下载
    积分:1
  • MATLAB-GUI-Induction-Motor
    It is project report for MATLAB GUI designed for performance evaluation of three phase induction motor. This report illustrated the implementation and use of the GUI
    2013-12-04 05:21:06下载
    积分:1
  • time-series-analysis
    Matlab在时间序列分析中的应用,一般可以用excel实现时间序列的分析,在这里也可以用MATLAB(The application of Matlab in time series analysis, generally can use excel realize time series analysis, here you can also use Matlab)
    2014-08-12 22:03:45下载
    积分:1
  • fuzzyISODATA
    模糊isodata算法matlab程序;fuzzyisodata的matlab程序。很好很实用。(fuzzyisodata program)
    2013-04-23 09:28:20下载
    积分:1
  • GA_base
    基本遗传算法解决经典函数优化问题,求解函数极值(The basic function of genetic algorithm optimization)
    2014-02-19 12:49:21下载
    积分:1
  • watershed
    用于图像分割的数学形态学分水岭算法的matlab实现。(Matlab code of Watershed algorithm for image segmentation.)
    2015-04-21 22:55:35下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • 9912548ModularPCA
    人脸识别哦,用于人脸识别,很不错,能用,很给力(face recgonition)
    2013-04-29 20:43:24下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载