#include <SOM.h>
Inheritance diagram for prapi::neuro::SOMNeighborhood:

When updating nodes in the SOM, the amount of vector movement is determined by the weight returned by a SOMNeighborhood instance and the current learning rate (multiplied).
Public Methods | |
| virtual double | getWeight (double radius, double distance) const=0 |
| Get the weight for a node update. | |
|
||||||||||||
|
Get the weight for a node update.
Implemented in prapi::neuro::SOMNeighborhood::Bubble. |