simulated annealing for clustering
Ältere Kommentare anzeigen
Hello,
I have data set that I am trying to cluster using simulated annealing. The data set is large, and I am new to such a methodology of clustering. I would appreciate any help towards such a goal towards an optimal partition for the data. I have already looked at the toolbox but I don't know if it will be useful for such purpose.
Thanks, Bryan
Antworten (1)
Alan Weiss
am 5 Nov. 2012
0 Stimmen
If you have Statistics Toolbox, take a look at the documentation on clustering. It seems to me you don't want to reinvent the wheel.
Furthermore, if you want to define your own objective function for the purposes of clustering, you would probably get better results from a different algorithm than simulated annealing. See Optimization Decision Table and Table for Choosing a Solver.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
Kategorien
Mehr zu Simulated Annealing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!