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_Model * | model |
| Pointer to the "mother" LWPR_Model. | |
The structure LWPR_SubModel holds all the receptive fields (LWPR_ReceptiveField) that contribute to a particular output dimension of the complete LWPR_Model.
1.6.3