#include <Kohonen.h>
Inheritance diagram for KohonenNeuron:


Public Member Functions | |
| KohonenNeuron (int label) | |
| void | adaptTowards (const Vector &input, real nbWeight, real learningParam) |
| void | randomizeWeights () |
Static Public Attributes | |
| const real | RANDOM_WEIGHTS_DEV |
Protected Member Functions | |
| virtual void | _recacheOutput () const |
| Neuron::_recacheOutput. | |
| void | setWeights (const Vector &w) |
|
|
|
|
|
Reimplemented from SimpleNeuron. |
|
||||||||||||||||
|
|
|
|
Reimplemented from AbstractNeuron. |
|
|
|
|
|
|
1.3.5