: 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
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
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
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