Skip to content

theodoraiakovaki/Lance_Williams.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lance_Williams.py

The agglomerative hierarchical method, also known as hierarchical clustering, is a clustering technique that groups data points into a hierarchical structure based on their similarity. This method was proposed by Lance and Williams in 1967.

The algorithm starts by assigning each data point to a separate cluster, and then iteratively merges the two closest clusters until all the points belong to a single cluster. The distance between clusters can be measured using various distance metrics, such as Euclidean distance or Manhattan distance.

The algorithm works by defining a linkage criterion that determines how the distance between two clusters is calculated. This linkage criterion is typically based on the distance between the individual data points within each cluster. There are several different linkage criteria that can be used, such as single linkage, complete linkage, and average linkage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages