Octave bindings for ANN

Xavier Delacour xavier.delacour at gmail.com
Sun Mar 9 17:00:52 CDT 2008


On Sun, Mar 9, 2008 at 4:18 PM, Søren Hauberg <soren at hauberg.org> wrote:
>  I looked at the example code on your web site, and I have a question.
>  The first thing in your code is
>   octave:1> ann
>  Is that library initialisation? If so, then it might make sense to do
>  this when the package is loaded.

Yes, SWIG is used to produce ann.oct from ann.i (see patch), which
defines a function "ann" that installs symbols/types when called.

I agree that it should probably be done at package load time.

Xavier



More information about the Help-octave mailing list