Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

README.MD

File metadata and controls

11 lines (8 loc) · 279 Bytes

Final Year Project

These files are from my final year project, which were designed to implement several clustering algorithms.

These algorithms are:

  • K-Means
  • BIRCH
  • DBSCAN
  • ST-DBSCAN

K-Means, BIRCH and DBSCAN was implemented by sklearn module.