A Python implementation of divisive and hierarchical clustering algorithms. The algorithms were tested on the Human Gene DNA Sequence dataset and dendrograms were plotted.
-
Updated
Nov 22, 2020 - Python
A Python implementation of divisive and hierarchical clustering algorithms. The algorithms were tested on the Human Gene DNA Sequence dataset and dendrograms were plotted.
Hierarchical divisive clustering algorithm execution, visualization and Interactive visualization.
In Divisive we have all points in one cluster initially and we break the cluster into required number of clusters.
Supervised and unsupervised learning algorithms using sclearn package
Add a description, image, and links to the divisive-clustering topic page so that developers can more easily learn about it.
To associate your repository with the divisive-clustering topic, visit your repo's landing page and select "manage topics."