On Mon, May 26, 2003 at 11:52:04PM +0100, 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.
Shouldn't it be in the Algorithm:: namespace rather than the Math namespace? Math:: seems to be far more "pure" mathematics and computational support modules, whereas Algorithm seems to be nifty ways to efficiently solve simple to express problems: http://search.cpan.org/search?m=module&q=Math&s=1&n=100 http://search.cpan.org/search?m=module&q=Algorithm&s=1&n=100 Nicholas Clark PS Surely the choice is Maths::NearestNeighbour vs Math::NearestNeighbor :-)