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

Public Member Functions | |
| KohonenParameters (real initNB, real initLP, PublicValues &ctrl=defaultControl) | |
| virtual void | nextIteration ()=0 |
| will always be called PRIOR to ant get* functions | |
| real | getNeighborhoodSize () const |
| current size of neighborhood. >=0 | |
| real | getLearningParam () const |
| alpha | |
Static Public Attributes | |
| const char *const | NB |
| const char *const *const | LP |
Protected Member Functions | |
| void | setNB (real nb) |
| void | setLP (real lp) |
Protected Attributes | |
| PublicValues & | control |
the
|
||||||||||||||||
|
|
Here is the call graph for this function:

|
|
alpha
|
|
|
current size of neighborhood. >=0
|
|
|
will always be called PRIOR to ant get* functions
Implemented in StaticKohonenParameters, and DynamicKohonenParameters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5