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.
const 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 Wed Apr 2 13:44:43 2008 for LWPR Library by  doxygen 1.4.6