###Implementation of the Examples from the Book Programming Collective Intelligence in Ruby
The code in the book is presented in an imperative fashion, and that style is imitated in these implementations. This is not well factored code.
Notes:
- Example one differs from the book per errors in the book's code.
- Left out the creation of a dataset using del.icio.us.
- The same error from the first example of euclidean distance happens again when calculating similar items.