About:
Locally Weighted Projection Regression (LWPR) is a recent algorithm that achieves nonlinear function approximation in high dimensional spaces with redundant and irrelevant input dimensions. At its [...]
Changes:
Version 1.2.3
Corrected bugs in the Python module (missing Py_DECREF
in functions returning multiple numpy arrays that led
to a memory leak, as well as bad preprocessor directive
"USE_EXPAT" instead of "HAVE_LIBEXPAT")
Thanks to Benjamin Dittes
Corrected bad preprocessor directive (see above) in
C++ wrapper lwpr.hh. Also added casts between signed
and unsigned integers in lwpr.hh and cross.cc
Thanks to Peter Pastor, Robert Nickl and Adrian Haith
|