Fast K-means clustering
by Sebastien PARIS
31 Oct 2011
(Updated 09 Nov 2012)
Fast mex K-means clustering algorithm with possibility of K-mean++ initialization.
|
Watch this File
|
| File Information |
| Description |
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_yael_kmeans.m to compile mex-files (be sure that mex -setup have been done at least one)
Run demo "test_yael_kmeans.m" |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.9 (R2009b)
|
| Other requirements |
For a full usage, a OpenMP C compiler compliant such MSCV/Intel compiler/GCC.
Shoud work with LCC but without OpenMP support. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Nov 2011 |
- Add online help, minor changes |
| 04 Nov 2011 |
- Minor changes
- Add spiral clustering example in the test file |
| 24 Mar 2012 |
-Correct a bug in randperm |
| 29 Jun 2012 |
-Correct a bug in mexme_yael_kmeans.m for Linux/Mac Os |
| 27 Sep 2012 |
- Fix a bug in ndellipse introduced in the last update |
| 09 Nov 2012 |
- 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) |
|
Contact us