Skip to content

Manishjaisinghani/KMeans

Repository files navigation

KMeans algorithm using different distance metrices

Code should be executed in python 2

KMeans with Cosine Distance

  • Usage: python kmeans_Cosine.py

KMeans with Euclidean Distance

  • Usage: python kmeans_Euclidean.py

KMeans with Jaccard distance

  • Usage: python Kmeans_Jaccard.py

KMeans with SSE

  • Usage: python Kmeans_SSE.py

About

Kmeans algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages