On Sun, Mar 9, 2008 at 6:48 PM, Søren Hauberg <[EMAIL PROTECTED]> wrote: > I'll need your sourceforge user name to give you access to the SVN.
xavier98 > 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. Okay, no problem. > > 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) ? It's a common way to integrate SWIG. Yes, it's also possible (and common) to make a separate package that binds to a dynamically loaded version. I don't know of a standard package for ANN, but the tree is reasonably small such that including it with the bindings isn't outrageous. Or a package could be added, I suppose. > > 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? Correct. It supports pretty much the entire SWIG feature set, and passes the full test suite-- about 340 tests (4 or 5 still fail, actually). It's also been accepted into the SWIG distribution. http://octave-swig.sourceforge.net/ has more details. Xavier ------------------------------------------------------------------------- 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
