Ian Battin - [email protected]
Derek Lance - [email protected]
Run 'pip install -r requirements.txt' to install dependencies
K-means: 'python3 kmeans.py [filename] [number of clusters]'
hierarchical clustering: 'python3 hclustering.py [filename] [optional threshold]'
dbscan: 'python3 dbscan.py [filename] [epsilon] [minimum number of points]'