Customized K-Means

版本 1.0.0.0 (1.7 KB) 作者: Nirmal
Customized K-means where you can choose different initial cluster centroid.
549.0 次下载
更新时间 2012/7/16

查看许可证

My implementation of K means algorithm is customized for different need. Initial cluster centroid can be selected in various of ways. Those are:
• Randomly initialized cluster centroid as one of the data row.
• Select first 3 data row was the three cluster center.
• Provide the cluster centroid as a parameter, it is specially helpful when you want to perform the cluster with the same initial data centers so that we don’t have to worry about K means naming different to the same cluster in different run.

引用格式

Nirmal (2025). Customized K-Means (https://ww2.mathworks.cn/matlabcentral/fileexchange/37494-customized-k-means), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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