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

Each node within the current radius is updated with a weight of one. Others are not updated.
Public Methods | |
| double | getWeight (double radius, double distance) const |
| Get the weight for a node update. | |
|
||||||||||||
|
Get the weight for a node update.
Implements prapi::neuro::SOMNeighborhood. |