Hierarchical clustering/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Daniel Mietchen (+one) |
imported>Daniel Mietchen (fixed link) |
||
Line 6: | Line 6: | ||
*[http://www.cs.ualberta.ca/~zaiane/courses/cmput690/slides/Chapter8/index.html Principles of Knowledge Discovery in Databases - Chapter 8: Data Clustering] by Osmar R. Zaïane | *[http://www.cs.ualberta.ca/~zaiane/courses/cmput690/slides/Chapter8/index.html Principles of Knowledge Discovery in Databases - Chapter 8: Data Clustering] by Osmar R. Zaïane | ||
*[http://www.analytictech.com/networks/hiclus.htm How to explain hierarchical clustering] by Stephen P. Borgatti | *[http://www.analytictech.com/networks/hiclus.htm How to explain hierarchical clustering] by Stephen P. Borgatti | ||
*[http://www.cse.iitb.ac.in/dbms/Data/Courses/CS632/1999/clustering/ | *[http://www.cse.iitb.ac.in/dbms/Data/Courses/CS632/1999/clustering/node3.html Clustering methods and algorithms] by Maria Irene Miranda | ||
*[http://stat.ethz.ch/R-manual/R-patched/library/stats/html/hclust.html Hierarchical Clustering] - implemented in [[R (programming language)|R]] | *[http://stat.ethz.ch/R-manual/R-patched/library/stats/html/hclust.html Hierarchical Clustering] - implemented in [[R (programming language)|R]] |
Revision as of 05:28, 13 November 2009
- Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
- Hierarchical Clustering Algorithms - an introduction by by Matteo Matteucci
- K-means and Hierarchical Clustering - Tutorial Slides by Andrew Moore
- Principles of Knowledge Discovery in Databases - Chapter 8: Data Clustering by Osmar R. Zaïane
- How to explain hierarchical clustering by Stephen P. Borgatti
- Clustering methods and algorithms by Maria Irene Miranda
- Hierarchical Clustering - implemented in R