dssg / after-hours

2 stars 3 forks source link

Calculate distances between each student and each site: L1 metric #9

Closed nsmader closed 11 years ago

nsmader commented 11 years ago

First pass: L1 metric: d(<x1, y1>, <x2, y2>) = |x1-x2| + |y1 - y2|

breannam commented 11 years ago

https://github.com/dssg/after-hours/commit/2ec8c4e7844dfa1907d255978b2c41a62f76f53c is the commit that closes this issue