|
TarzaNN
TarzaNN neural network simulator
|
#include <FilterBank.h>
Public Member Functions | |
| FilterBank (const int nXSize, const int nYSize, const int filterSizeX, const int filterSizeY, const int inputSizeX, const int inputSizeY) | |
| ~FilterBank () | |
2D array of Filter objects. Each entry contains the filter for the particular IU, for a given input
| FilterBank::FilterBank | ( | const int | nXSize, |
| const int | nYSize, | ||
| const int | filterSizeX, | ||
| const int | filterSizeY, | ||
| const int | inputSizeX, | ||
| const int | inputSizeY | ||
| ) |
| FilterBank::~FilterBank | ( | ) |
Destructor. Deletes all the filters
Destructor. Deletes all the gating unit matrices, and the internal data structures
1.7.5.1