You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Nirmal (2026). Customized K-Means (https://uk.mathworks.com/matlabcentral/fileexchange/37494-customized-k-means), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.74 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
