Definition in file neuralregion.h.
#include <utility>
#include <string>
#include "matrix.h"
#include "generic_stdlib.h"
#include "matrixadapter.h"
#include "boundingbox.h"
#include "weightset.h"
#include "bounded.h"
#include "pointermap.h"
#include "sequencetransform.h"
Include dependency graph for neuralregion.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | InternalNeuralRegion |
Abstract base class for any NeuralRegion which accepts input from other NeuralRegions (unlike e.g. More... | |
struct | Dimensions |
Packages up specification of desired or actual input region. More... | |
class | NeuralRegion |
Base class encompassing both sensory and cortical regions (input and hidden layers, in NN terminology) organized as a 2D matrix. More... |