Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

KohonenParameters Class Reference

Note: it is closely tied to Topology - the meaning NeighborhoodSize depends on the Topology used. More...

#include <Kohonen.h>

Inheritance diagram for KohonenParameters:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

Note: it is closely tied to Topology - the meaning NeighborhoodSize depends on the Topology used.

the


Constructor & Destructor Documentation

KohonenParameters real  initNB,
real  initLP,
PublicValues &  ctrl = defaultControl
[inline]
 

Here is the call graph for this function:


Member Function Documentation

real getLearningParam  )  const
 

alpha

real getNeighborhoodSize  )  const
 

current size of neighborhood. >=0

virtual void nextIteration  )  [pure virtual]
 

will always be called PRIOR to ant get* functions

Implemented in StaticKohonenParameters, and DynamicKohonenParameters.

void setLP real  lp  )  [protected]
 

void setNB real  nb  )  [protected]
 


Member Data Documentation

PublicValues& control [protected]
 

const char* const * const LP [static]
 

const char* const NB [static]
 


The documentation for this class was generated from the following file:
Generated on Fri Jun 18 13:19:06 2004 for Annie by doxygen 1.3.5