LWPR++ Documentation
The code is dependent on a number of other software libraries. The uBlas library (part of Boost) is used to handle matrices and vectors. The Boost program_options library is also used.
The Boost libraries can be downloaded from www.boost.org. Installation instructions are available on the website. Most of the library consists only of header files. This means that for most of the library no compilation is necessary.
You will need to modify the makefile to suit your machine and needs. Most likely you will need to have the makefile point to the correct locations for your installation of Boost. There are two makefiles: one in src/ to make the library and one in test/ to make the test program.
To run the test program type ./test
and you will get a list of options. An example data set is included. To test on this data run ./test cross_data cross_data_test
.
More here later.
Generated on Fri Jul 27 00:24:01 2007 for LWPR by
1.5.1