This repository contains implementation of 4 different clustering algorithms:
- Lloyd's k-Means
- Greedy k Centers
- Swap One
- Spectral Clustering
Python 3.
The user can provide data in any format that does not contain a header and that can be represented as a matrix with dimensions [num_observations] x [num_features]