<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
People who want to use the bindings in Linux (x386) may download file
here:<br>
<br>
<p
 style="padding: 0px; margin-bottom: 3px; margin-top: 3px; font-size: 9pt;"><tt><big><big><a class="moz-txt-link-freetext" href="http://rapidshare.com/files/225789438/FANN-CdAB.13.mcz">http://rapidshare.com/files/225789438/FANN-CdAB.13.mcz</a></big></big></tt></p>
<br>
It is basically the same package for PC (but includes cascade training
and other small additions).<br>
<br>
I'm working in order to bring everything of the FANN library available
under squeak/linux.<br>
<br>
To work properly, FANN library must be installed under linux
(/usr/lib/libfann...). In the squeak image, FFI must be installed.<br>
<br>
Important to remember that somethings must be done explicitly. For
instance:<br>
<br>
<big><tt>fInterface := FANNInterface new.<br>
...<br>
</tt></big><tt><big>layerSizes := <font color="#3333ff"><b>IntegerArray</b></font><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; with: layerSize1 asInteger<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; with: layerSize2 asInteger<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; ...<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; with: layerSizez asInteger<br>
<br>
layers := (layerSizes size) asInteger.<br>
<br>
theFann := fInterface apiFammCreateStandardArray: layers with:
layerSIzes.</big><br>
</tt>
</body>
</html>