#include <weightset.h>
Collaboration diagram for WeightSet< MatrixT, BoundsT, MapBaseType, MapType >:

a NeuralRegion) to another
Definition at line 24 of file weightset.h.
Public Types | |
| typedef MatrixT | Matrix |
| typedef BoundsT | Bounds |
| typedef Matrix::size_type | size_type |
Public Methods | |
| WeightSet (const Matrix &matrix, const Bounds &bounds) | |
| Constructor taking an externally-stored matrix and bounds. | |
| WeightSet (Matrix *matrix, Bounds *bounds) | |
| Constructor taking allocated matrix and bounds for us to free later. | |
| const Matrix & | matrix () const |
| const Bounds & | bounds () const |
| template<class MapMatrix> MapBaseType * | as_map (const MapMatrix &reference, const Scale::Linear< double > &scale=Scale::Linear< double >()) const |
| Allocates and returns a map with the specified weights in their effective positions. | |
1.3-rc2