LWPR++ Documentation

Introduction

Installation

Install Dependencies

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.

Install Boost Libraries

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.

Modify Makefile

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.

Usage

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.

Classes and Code Structure

More here later.
Generated on Fri Jul 27 00:24:01 2007 for LWPR by  doxygen 1.5.1