latest version v1.9 - last update 10 Apr 2010 |
initialization functor for rbf networks More...
#include <ltiRbf.h>
Public Member Functions | |
initFunctor2 (dmatrix &theH, dmatrix &theHtilde, const double &theLambda, const ivector &theTrainIDs) | |
bool | operator() (dmatrix &weights, ivector &outID) |
initialization functor for rbf networks
lti::rbf::initFunctor2::initFunctor2 | ( | dmatrix & | theH, | |
dmatrix & | theHtilde, | |||
const double & | theLambda, | |||
const ivector & | theTrainIDs | |||
) |
constructor
apply operator
Implements lti::stdLayer::initFunctor.