Home
last modified time | relevance | path

Searched defs:_activ_func (Results 1 – 2 of 2) 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()
/external/opencv3/modules/ml/src/
Dann_mlp.cpp136 void setActivationFunction(int _activ_func, double _f_param1, double _f_param2 ) in setActivationFunction()