Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 201 Bytes

File metadata and controls

5 lines (3 loc) · 201 Bytes

Clustering algorithm

This repo contains k-means and hierarchical clustering algorithm written in python for machine learning course. I use ruspini dataset as the seeder.

Python pandas is required.