LWPR_Exception | Simple class for describing exceptions that may be thrown during calls to LWPR methods |
LWPR_Model | Main data structure for describing an LWPR model |
LWPR_Object | Thin C++ wrapper class around C implementation of LWPR |
LWPR_ParserData | Data structure used for parsing an LWPR model from an XML file |
LWPR_ReceptiveField | This structure completely describes a "receptive field" (a local linear model) |
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 |
LWPR_SubModel | The structure LWPR_SubModel holds all the receptive fields (LWPR_ReceptiveField) that contribute to a particular output dimension of the complete LWPR_Model |
LWPR_ThreadData | Data structure that is passed to each thread for updates or predictions |
LWPR_Workspace | LWPR_Workspace is a structure that contains enough "working memory" for the LWPR computational routines |