【源码】Kmeans聚类算法(超快速、简洁的设计方法)

在这里插入图片描述
这是一种超快速MATLAB实现的kmeans聚类算法。

This is a super duper fast implementation of the kmeans clustering algorithm.

代码是完全向量化的,非常简洁。

The code is fully vectorized and extremely succinct.

该函数比Matlab内置的kmeans函数快得多。

It is much much faster than the Matlab builtin kmeans function.

为了进行良好的初始化,还包括kmeans++种子设定算法(kseeds.m)。

The kmeans++ seeding algorithm is also included (kseeds.m) for good initialization.

因此,该函数集合不仅是简洁的,也确实是实用的。

Therefore, this package is not only for coolness, it is indeed practical.

请尝试使用函数包中的演示脚本。

Please try the demo script in the package.

在这里插入图片描述

完整源码下载地址:

http://page2.dfpan.com/fs/8lcj8221c29146264c5/

更多精彩文章请关注微信号:在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_42825609/article/details/87682597
今日推荐