Skip to content
/ hca-sl Public

HCA algorithm to cluster objects by single linkage method.

Notifications You must be signed in to change notification settings

mickalp/hca-sl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical Clustering and Dendrogram Analysis

License

This repository contains Python code for performing hierarchical clustering analysis on a dataset and generating dendrograms. The code is designed to work with data represented as a squared Euclidean distance matrix.

Table of Contents

About

This project demonstrates how to perform hierarchical clustering analysis using a squared Euclidean distance matrix. It also includes code to generate dendrograms, which provide insights into the relationships between data points in the dataset.

Prerequisites

Before running the code, make sure you have the following dependencies installed:

  • Python 3
  • NumPy
  • Pandas
  • SciPy
  • Matplotlib

You can install most of these libraries using pip or conda.

pip install numpy pandas scipy matplotlib

About

HCA algorithm to cluster objects by single linkage method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages