søn, 09 03 2008 kl. 18:20 -0400, skrev Xavier Delacour: > I've written some Octave bindings for ANN > (http://www.cs.umd.edu/~mount/ANN/), a C++ library that computes > approximate nearest neighbors on arbitrarily high dimensional point > sets. > > It's posted here: http://octave-swig.sourceforge.net/octave-ann.html > > I would be willing to integrate it into octave-forge if someone can > give me SVN access etc. I'll need your sourceforge user name to give you access to the SVN.
I have some questions regarding the code: 1) It seems that you don't provide an Octave package. Is this correct? Since OctaveForge is now a collection of Octave packages, you'll need to change this. Should be fairly simple though. 2) It seems like you've copied the entire ANN library into you code. Is that correct? Is this the recommended way of using ANN? Is it possible to create a dynamic loadable version of ANN, and then have the Octave functions load this library? If so, is such a library packaged for standard distributions (debian, fedora, suse, etc) ? 3) This wrapper is created using your octave-swig project, right? I think this effort is potentially very interesting. What is the status of the octave-swig code? Søren ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
