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

📄 readme.txt

📁 中心点漂移是一种非监督聚类算法(与k-means算法相似
💻 TXT
字号:
These files implement the medoidshift algorithm described in:
Yaser Ajmal Sheikh, Erum Arif Khan, Takeo Kanade, "Mode-seeking via Medoidshifts", IEEE International Conference on Computer Vision, 2007.

For further information contact: yaser@cs.cmu.edu

They have been tested on MATLAB Version 7.0.0.19920 (R14).

**
Examples are included:

Example_TwoBivariateGaussians.m: Clustering two bivariate Gaussian distributions
Example_TwoSpirals.m: Clustering using the ISOMAP distance matrix on 3D data

**
Code producing figures in the paper:

Figure1_MeanshiftVsMedoidshift.m
Figure7a_FiveCrescents.m
Figure8_FourSpirals.m

**
The basic code:

medoidshift.m: Code that takes in a distance matrix and a bandwidth parameter and returns the modes for each index
medoidshiftIterative.m: Implements one iteration of medoidshift
IsomapIID.m: Modified ISOMAP code from http://isomap.stanford.edu
dijkstra.m: For IsomapIID.m from http://isomap.stanford.edu
classify.m: Tree traversal algorithm (Step 2 in paper)
classify_slow.m: Slower version

⌨️ 快捷键说明

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