Re: [Rd] knnFinder package

2008-01-18 Thread Christos Hatzis
: Friday, January 18, 2008 10:20 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: r-devel@r-project.org > Subject: Re: [Rd] knnFinder package > > Hello all, > The ann() function in the yaImpute package provides a more > full featured interface to the same underlying approxima

Re: [Rd] knnFinder package

2008-01-18 Thread Andrew Finley
Hello all, The ann() function in the yaImpute package provides a more full featured interface to the same underlying approximate nearest neighbor library (http://www.cs.umd.edu/~mount/ANN) that is called by the nn() function in knnFinder. knnFinder is actually calling an older (defunct) version

Re: [Rd] knnFinder package

2008-01-14 Thread Roger Bivand
On Mon, 14 Jan 2008, Gregoire Pau wrote: > Dear all, > > I have found some serious bugs in the knnFinder package (which supports > data structures and algorithms for both exact and approximate nearest > neighbor searching in arbitrarily high dimensions) that may trigger > segmentation faults. > I

[Rd] knnFinder package

2008-01-14 Thread Gregoire Pau
Dear all, I have found some serious bugs in the knnFinder package (which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions) that may trigger segmentation faults. I have fixed them but I had troubles to contact its ma