Home
last modified time | relevance | path

Searched refs:calc_activ_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmlann_mlp.cpp326 calc_activ_func( layer_out, _w.data.db + _w.rows*_w.cols ); in predict()
397 void CvANN_MLP::calc_activ_func( CvMat* sums, const double* bias ) const in calc_activ_func() function in CvANN_MLP
/external/opencv/ml/include/
Dml.h1219 virtual void calc_activ_func( CvMat* xf, const double* bias ) const;