Fast K-means clustering

版本 1.7.0.0 (119.0 KB) 作者: Sebastien PARIS
Fast mex K-means clustering algorithm with possibility of K-mean++ initialization.
4.2K 次下载
更新时间 2021/5/17

查看许可证

Fast mex K-means clustering algorithm with possibility of K-mean++ initialization
(mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael)
- Accept single/double precision input
- Support of BLAS/OpenMP for multi-core computation
Please run mexme_kmeans.m to compile mex-files (be sure that mex -setup have been done at least one)
Run demo "test_yael_kmeans.m"

引用格式

Sebastien PARIS (2024). Fast K-means clustering (https://www.mathworks.com/matlabcentral/fileexchange/33541-fast-k-means-clustering), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
致谢

启发作品: Sparsified K-Means, Ziheng_GMM.zip

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.7.0.0

Fix mwIndex pointers for modern Matlab. Currently works flawless when compiled with Intel compiler and linked with MKL.

1.6.0.0

- Fix compilation issue in mexme_yael_kmeans
- Include both mexw32 & mexw64 files in two separate files (unzip them in local dir in case of problem)

1.5.0.0

- Fix a bug in ndellipse introduced in the last update

1.4.0.0

-Correct a bug in mexme_yael_kmeans.m for Linux/Mac Os

1.3.0.0

-Correct a bug in randperm

1.2.0.0

- Minor changes
- Add spiral clustering example in the test file

1.1.0.0

- Add online help, minor changes

1.0.0.0