
#include "Component/ModelManager.H"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <math.h>#include <lwpr/lwpr.h>
Go to the source code of this file.
Defines | |
| #define | SEED_RAND() srand48(time(NULL)) |
| #define | URAND() drand48() |
Functions | |
| double | cross (double x1, double x2) |
| int | main (int argc, char **argv) |
test the lwpr algo LWPR: A library for incremental online learning Copyright (C) 2007 Stefan Klanke, Sethu Vijayakumar Contact: sethu.vijayakumar@ed.ac.uk
Definition in file test-lwpr.C.
1.6.3