Hierarchical clustering/External Links: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Daniel Mietchen
(started)
 
imported>Daniel Mietchen
(+one)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


*[http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/hierarchical.html Hierarchical Clustering Algorithms] - an introduction by by Matteo Matteucci
*[http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/hierarchical.html Hierarchical Clustering Algorithms] - an introduction by by Matteo Matteucci
:With a [[Java applet]] [http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/AppletH.html demonstrating agglomerative hierarchical clustering]
*[http://www-2.cs.cmu.edu/~awm/tutorials/kmeans.html K-means and Hierarchical Clustering - Tutorial Slides] by Andrew Moore
*[http://www-2.cs.cmu.edu/~awm/tutorials/kmeans.html K-means and Hierarchical Clustering - Tutorial Slides] by Andrew Moore
*[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/dbms.htm Clustering methods and algorithms] by Maria Irene Miranda
*[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]]
 
==Implementations==
*[http://stat.ethz.ch/R-manual/R-patched/library/stats/html/hclust.html Hierarchical Clustering] - in [[R (programming language)|R]]
*[http://reference.wolfram.com/mathematica/HierarchicalClustering/tutorial/HierarchicalClustering.html FindClusters] - in [[Mathematica]]

Latest revision as of 07:23, 13 November 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A hand-picked, annotated list of Web resources about Hierarchical clustering.
Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
With a Java applet demonstrating agglomerative hierarchical clustering


Implementations