Skip to content

Commit

Permalink
Correct Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Jul 11, 2012
1 parent 10b6f5b commit 0c6b717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -57,10 +57,10 @@ tree = BK::Tree.new(custom_algorithm)

Note that:

# the result of `call` *must* satisfy the _triangle inequality_,
i.e. _d(x,z) ≤ d(x,y) + d(y,z)_; and
# whilst a `lambda` can be used as the distancer, for exporting and importing
(described below) to work, a named class must be used.
1. the result of `call` *must* satisfy the _triangle inequality_,
i.e. _d(x,z) ≤ d(x,y) + d(y,z)_; and
2. whilst a `lambda` can be used as the distancer, for exporting and importing
(described below) to work, a named class must be used.

The precomputed tree can be exported to and reimported later from an IO-like object:

Expand Down

0 comments on commit 0c6b717

Please sign in to comment.