Data Structures

Here are the data structures with brief descriptions:
LWPR_ExceptionSimple class for describing exceptions that may be thrown during calls to LWPR methods
LWPR_ModelMain data structure for describing an LWPR model
LWPR_ObjectThin C++ wrapper class around C implementation of LWPR
LWPR_ParserDataData structure used for parsing an LWPR model from an XML file
LWPR_ReceptiveFieldThis structure completely describes a "receptive field" (a local linear model)
LWPR_ReceptiveFieldObjectThin 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_SubModelThe structure LWPR_SubModel holds all the receptive fields (LWPR_ReceptiveField) that contribute to a particular output dimension of the complete LWPR_Model
LWPR_ThreadDataData structure that is passed to each thread for updates or predictions
LWPR_WorkspaceLWPR_Workspace is a structure that contains enough "working memory" for the LWPR computational routines
Generated on Thu Feb 9 08:18:35 2012 for LWPR Library by  doxygen 1.6.3