|
Data Structures |
class | LWPR_Exception |
| Simple class for describing exceptions that may be thrown during calls to LWPR methods. More...
|
class | LWPR_ReceptiveFieldObject |
| Thin wrapper class for inspecting a receptive field. You can only create an object of this class by a call to LWPR_Object::getRF() All methods of this class leave the underlying receptive field unchanged. More...
|
class | LWPR_Object |
| Thin C++ wrapper class around C implementation of LWPR. More...
|
Files |
file | lwpr.hh |
| Header file for simple C++ wrapper around the LWPR C-library.
|
Typedefs |
typedef std::vector< double > | doubleVec |
| doubleVec Shortcut typedef for the vector object utilised in the C++ implementation of LWPR
|