clustering Algorithm's Matlab codes
Show older comments
Hi
I saw K-mean and Hierarchical Clustering's Code in Matlab and used them for Testing my work(my work is about text clustering).
but I need More Other clustering Algorithm's CODE such as : Density-based clustering (Like Gaussian distributions .. ) , Distribution-based clustering(Like DBSCAN) or Other methods(like : bisecting k-mean , Fuzzy c-means , k-mean++ , k-medoids and .. )
it's very important to me ! can anybody help me??
Answers (3)
Yarpiz / Mostapha Heris
on 12 Sep 2015
2 votes
You can see following posts on MATLAB File Exchange:
DBSCAN Clustering Algorithm:
Evolutionary and Automatic Clustering:
Andrew
on 7 Nov 2014
0 votes
Gaussian mixture modeling can be done with gmdistribution: http://www.mathworks.com/help/stats/gmdistribution-class.html
K-medoid clustering can be done with the 14b function kmedoids: http://www.mathworks.com/help/stats/kmedoids.html
Satadru Mukherjee
on 18 Jan 2021
Edited: Satadru Mukherjee
on 18 Jan 2021
0 votes
Categories
Find more on Gaussian Mixture Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!