#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. | |
1.5.9