|
latest version v1.9 - last update 10 Apr 2010 |
|
LVQ4. More...
#include <ltiLvq.h>


Public Member Functions | |
| lvq4TrainFunctor (stdLayer::distancePropFunctor &theProp) | |
| bool | operator() (const dvector &input, dmatrix &weights, dvector &outLayer, const ivector &outID, const int &trainID, bool &modified) |
LVQ4.
| lti::lvq::lvq4TrainFunctor::lvq4TrainFunctor | ( | stdLayer::distancePropFunctor & | theProp | ) | [inline] |
constructor
| bool lti::lvq::lvq4TrainFunctor::operator() | ( | const dvector & | input, | |
| dmatrix & | weights, | |||
| dvector & | outLayer, | |||
| const ivector & | outID, | |||
| const int & | trainID, | |||
| bool & | modified | |||
| ) | [virtual] |
apply operator
Reimplemented from lti::stdLayer::trainFunctor.