Skip to content

Commit

Permalink
fix Euclidian -> Euclidean
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Sep 2, 2012
1 parent 7bb1224 commit e455486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/edrt/faces_embedding.py
Expand Up @@ -40,7 +40,7 @@ def build_features(path):
end = time.time()

clusterer = KMeans
clusterer_instance = clusterer(2,EuclidianDistance())
clusterer_instance = clusterer(2,EuclideanDistance())
clusterer_instance.train(features)
labels = clusterer_instance.apply().get_labels()
print labels
Expand Down

0 comments on commit e455486

Please sign in to comment.