Copyright (C) 1997-1999  Adrian Trapletti
  
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
  
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.
  
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

--------------------

This package contains the ffnet library, a Fast and Flexible software
library for single-hidden-layer neural NETworks. ffnet uses the Numerical 
Recipes in C (NRC) ("http://www.nr.com/") library. The ffnet library itself is 
written in C/C++ and can be used either in C/C++, or through an interface
to the R computer language ("http://www.ci.tuwien.ac.at/R/"), which
is not entirely unlike the S language developed at AT&T Bell Laboratories.
For the installation and copyright information see the files INSTALL 
and COPYING.

Author: Adrian Trapletti <A.Trapletti@ci.tuwien.ac.at>

The package has been tested using the following environment:
Redhat 5.2, linux-2.0.36
Numerical Recipes in C Unix version 2.08
gcc version 2.7.2.3
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
R : Version 0.65.0  (August 27, 1999)
libc-2.0.7.so, libm-2.0.7.so, ld-2.0.7.so


