[squeak-dev] FANN Bindings for Linux preliminary working version available for download

Mariano Martinez Peck marianopeck at gmail.com
Sun Apr 26 18:17:19 UTC 2009


Wouldn't be better to uploaded it to squeaksource? People can then commit
changes, there is a wiki, there is forever (in rapidshare files are deleted
sometimes).

Congratulations for your job!!!

Greetings,

Mariano

On Sat, Apr 25, 2009 at 11:53 PM, Casimiro de Almeida Barreto <
casimiro.barreto at gmail.com> wrote:

>  People who want to use the bindings in Linux (x386) may download file
> here:
>
> http://rapidshare.com/files/225789438/FANN-CdAB.13.mcz
>
> It is basically the same package for PC (but includes cascade training and
> other small additions).
>
> I'm working in order to bring everything of the FANN library available
> under squeak/linux.
>
> To work properly, FANN library must be installed under linux
> (/usr/lib/libfann...). In the squeak image, FFI must be installed.
>
> Important to remember that somethings must be done explicitly. For
> instance:
>
> fInterface := FANNInterface new.
> ...
> layerSizes := *IntegerArray*
>                 with: layerSize1 asInteger
>                 with: layerSize2 asInteger
>                 ...
>                 with: layerSizez asInteger
>
> layers := (layerSizes size) asInteger.
>
> theFann := fInterface apiFammCreateStandardArray: layers with: layerSIzes.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090426/3fa7cb7f/attachment.htm


More information about the Squeak-dev mailing list