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


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