Skip to content

apinto17/KDDClusteringLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authors

Alex Pinto, Sebastian Heusinger

needed libraries

  • numpy
  • pandas
  • matplotlib
  • sklearn
  • scipy

k-means Clustering:

  • <stoppage> selects the stoppage condition used. 0 == reasignment; 1 == cluster_centroids; 2 == sse_threshold
  • <threshold> is the threshold for the selected algorithm

if you dont use them the default is sse_threshold and a threshold of 1

python kmeans.py <filepath> <k> [<stoppage> <threshold>]

Hierarchical Clustering:

DBSCAN

python dbscan.py <filepath> <epsilon> <NumPoints> <distance[euclidean|chebyshev|cityblock]>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages