-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1
-
pso
基于多线程机制的,利用Matlab编写,粒子群优化算法。目标变量采用归一化处理,适用于所有的优化函数。优化函数自定义为fitness(x)。(Based on multi-threading mechanism, the use of Matlab to prepare, particle swarm optimization algorithm. Target variables using normalized treatment applies to all of the optimization function. Since the optimization function is defined as fitness (x).)
- 2008-03-08 13:27:12下载
- 积分:1
-
Matlab_interface_SVMlight
支持向量机工具,可以在matlab下运行(support vector machine tools, can run under Matlab)
- 2006-11-22 14:38:36下载
- 积分:1
-
GLCM
在matlab上实现灰度共生矩阵的生成以及特征的提取(GLCM texture matlab)
- 2013-12-27 20:59:26下载
- 积分:1
-
dr-gps
DR导航,GPS导航,以及组合导航,导航原理经典例子实现(GPS and DR navigation)
- 2021-03-25 18:19:13下载
- 积分:1
-
ipexlanstretch
It is related to image processing
- 2011-06-22 17:17:33下载
- 积分:1
-
Downloads
关于半脆弱水印的几篇文章,其中包括小波变换的应用以及contourlet变换的应用等,涉及领域为半脆弱数字图像水印已经篡改检测。(Semi-fragile watermarking of several articles, including the application of wavelet transform and Contourlet transform application areas for semi-fragile digital image watermarking has tamper detection.)
- 2013-04-22 21:01:41下载
- 积分:1
-
Chuong-3
Đ ay là chư ơ ng trình mô phỏ ng quá trình biế n đ ổ i tư ơ ng tự sang số ADC
- 2013-10-29 11:52:58下载
- 积分:1
-
FOPID参数整定
基于幅值裕量和相位裕量的FOPID参数整定(FOPID parameter tuning based on amplitude margin and phase margin)
- 2017-12-05 15:14:48下载
- 积分:1
-
Kjunzhijulei
使用k均值算法对多个数据集进行分类,已测试通过,简单易懂(classification to many datasets using k-means algorithm ,simple and easy-understanding.)
- 2013-11-09 01:18:48下载
- 积分:1