Kate L Pugh wrote:
I need a better name for this module.  I don't like Math::NearestNeighbour,
partly because of the "neighbour"/"neighbor" spelling problem.

What it does is, given a set of points, work out the distance between
the closest pair of points, in a more efficient way than just working
out the distance between every pair of points.  It can also tell you
the distance from any one point to its nearest neighbour, unless that
point is "insufficiently close" to any other points.

::ShortestDistance ?


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to