⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 改进的k均值算法
💻
字号:
## About#This k-means clustering code is a mex implementation of the ICML2003 paper @misc{ elkan03using,  author = "C. Elkan",  title = "Using the triangle inequality to accelerate kMeans",  text = "C. Elkan. Using the triangle inequality to accelerate kMeans. In Proceedings    of the Twentieth International Conference on Machine Learning, 2003, pp.    147-153.",  year = "2003",  url = "citeseer.ist.psu.edu/elkan03using.html" }## Installation#You need to update the Makefile if you are on a 64bit machine (you will see it). and to give the correct$MATLABDIR if you want to use matlab. Then call "make clean all shared"Or within Matlab, using mex:mex -cO mpi_kmeans.cxxmex -O mpi_kmeans_mex.cxx mpi_kmeans.omex -O mpi_assign.cxx mpi_kmeans.oIf you are fine with single precision you can update the variable INPUT_TYPE in mpi_kmeans.h## Use#Matlab:Try "help mpi_kmeans" in a matlab shell. This will also give an examplePython: Just run ./mpi_kmeans.py for an example.Tuebingen, 14th Feb 2008Peter Gehler, peter.gehler@tuebingen.mpg.de

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -