Skip to content

Commit

Permalink
fixed typos in crossmatch_2d.myl
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmaas committed Jan 26, 2016
1 parent 9b0089d commit dd6eeaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/crossmatch_2d.myl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

-- Points in one relation are the same as the other relation,
-- but perturbed by Gaussian noise of sigma = .00001. Using a matching
-- criteria (epsilon) of 2*sigma we'd expect to recover around 95% of
-- the correct matches. A much higher criterion, say .001, would start
-- to match points incorrectly.
-- distance threshold (epsilon) of 2*sigma we'd expect to recover around 95% of
-- the correct matches. Using a much higher threshold, say .02, would start
-- leading to incorrect matches.

const sigma_noise: 0.00001;
const partition: 0.4;
Expand Down

0 comments on commit dd6eeaf

Please sign in to comment.