Applied Math & Computer Science Lab
Data Analysis, Optimization & Mathematical Modeling, Artificial Intelligence, Neural Net For Everyday Life Applications
AI/Data Mining Links Online Free Courses Online Bookstore AMCSL Forum Submit Link New Additions Archive
Practical Data Mining Courses      Get Certificate of Completion Now for Free   
Search the Web:    

Hierarchical Clustering Online


Enter the data in the textbox above. Data should be separated by space, each row of the data (each instance of data) should start from new line.
On each step the program prints for each cluster all instance numbers that belong to this cluster. The instance numbers are printed in black and white color. (black background)
This is a 'bottom up' approach of clustering which starts from each instance is assigned to separate cluster.

References

1. Hierarchical clustering - 'bottom up' approach - perl script
2. Hierarchical clustering - 'bottom up' approach
3. Wikipedia: Hierarchical clustering