#include <fixedwtregion.h>
Collaboration diagram for FixedWtRegion::Input:

Definition at line 262 of file fixedwtregion.h.
Public Methods | |
| Input (const string &name_i, const WeightMatrix &kernel_i, NeuralRegion *input_i, const Length size_scale_i) | |
| const string & | name () const |
| Function to return the name, for algorithms like Generic::name_match(). | |
| const double | size_bytes () const |
| const double | size_conns () const |
Public Attributes | |
| string | name_str |
| Name of this connection. | |
| WeightMatrix | kernel |
| Weights to use. | |
| NeuralRegion * | input |
| Pointer to the input area. | |
| Length | size_scale |
| Size ratio between this region and the input region. | |
1.3-rc2