Skip to content

Instantly share code, notes, and snippets.

@cgrand
Forked from dermatthias/sweeeeeeeeeet! :)
Created November 27, 2009 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgrand/244059 to your computer and use it in GitHub Desktop.
Save cgrand/244059 to your computer and use it in GitHub Desktop.
(defn euclidean
"berechnet den (modifizierten) euklidischen abstand zwischen zwei usern"
[active other]
(Math/sqrt (reduce + (for [movie (common-items active other)
feat (item-map movie)]
(diff active other movie feat)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment