LWPR_SubModel Struct Reference
[LWPR library (the low level C implementation)]

The structure LWPR_SubModel holds all the receptive fields (LWPR_ReceptiveField) that contribute to a particular output dimension of the complete LWPR_Model. More...

#include <lwpr.h>

Data Fields

int numRFS
 The number of receptive fields (see LWPR_ReceptiveField).
int numPointers
 The number of RFs that can be stored before a re-allocation is necessary.
int n_pruned
 Number of RFs that were pruned during training.
LWPR_ReceptiveField ** rf
 Array of pointers to LWPR_ReceptiveField.
struct LWPR_Modelmodel
 Pointer to the "mother" LWPR_Model.

Detailed Description

The structure LWPR_SubModel holds all the receptive fields (LWPR_ReceptiveField) that contribute to a particular output dimension of the complete LWPR_Model.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 9 08:18:36 2012 for LWPR Library by  doxygen 1.6.3