lti::lvq::layer Class Reference
lvq layer
More...
#include <ltiLvq.h>
List of all members.
Public Member Functions |
| layer (const std::string &theName="LVQ Layer") |
virtual | ~layer () |
void | findSigmas (const int &nbNeurCl, const double &sigFac, dvector &sigma) |
Detailed Description
lvq layer
Constructor & Destructor Documentation
lti::lvq::layer::layer |
( |
const std::string & |
theName = "LVQ Layer" |
) |
|
virtual lti::lvq::layer::~layer |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void lti::lvq::layer::findSigmas |
( |
const int & |
nbNeurCl, |
|
|
const double & |
sigFac, |
|
|
dvector & |
sigma | |
|
) |
| | |
Find sigmas for weighting excitation of layer with exp().
- Parameters:
-
| nbNeurCl | number of neurons per class |
| sigFac | sigma factor |
| sigma | the resulting vector will be left here! |
The documentation for this class was generated from the following file: