Skip to content

Data Mining implementation of a Buckshot Clustering Algorithm, which combines HAC clustering with K-means.

Notifications You must be signed in to change notification settings

nataliemeurer/Buckshot-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckshot Clustering

An example of Buckshot Clustering using the adults dataset. This project performs the following steps:

  1. perform Hierarchical Agglomerative Clustering (HAC) on a randomly sampled subset of data (square root of n; n be the entire dataset)

  2. use k of the clusters generated in step 1 and assign the remaining of the n samples to these k clusters based on their distance/similarity.

About

Data Mining implementation of a Buckshot Clustering Algorithm, which combines HAC clustering with K-means.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages