clustering Algorithm's Matlab codes
显示 更早的评论
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??
回答(3 个)
Yarpiz / Mostapha Heris
2015-9-12
2 个投票
You can see following posts on MATLAB File Exchange:
DBSCAN Clustering Algorithm:
Evolutionary and Automatic Clustering:
Andrew
2014-11-7
0 个投票
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
2021-1-18
编辑:Satadru Mukherjee
2021-1-18
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Gaussian Mixture Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
