Home
last modified time | relevance | path

Searched defs:_activ_func (Results 1 – 1 of 1) sorted by relevance

/external/opencv/ml/src/
Dmlann_mlp.cpp105 int _activ_func, in CvANN_MLP()
134 void CvANN_MLP::set_activ_func( int _activ_func, double _f_param1, double _f_param2 ) in set_activ_func()
210 void CvANN_MLP::create( const CvMat* _layer_sizes, int _activ_func, in create()