Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlann_mlp.cpp105 int _activ_func, in CvANN_MLP() argument
113 create( _layer_sizes, _activ_func, _f_param1, _f_param2 ); in CvANN_MLP()
134 void CvANN_MLP::set_activ_func( int _activ_func, double _f_param1, double _f_param2 ) in set_activ_func() argument
140 if( _activ_func < 0 || _activ_func > GAUSSIAN ) in set_activ_func()
143 activ_func = _activ_func; in set_activ_func()
210 void CvANN_MLP::create( const CvMat* _layer_sizes, int _activ_func, in create() argument
228 CV_CALL( set_activ_func( _activ_func, _f_param1, _f_param2 )); in create()
/external/opencv/ml/include/
Dml.h1172 int _activ_func=SIGMOID_SYM,
1178 int _activ_func=SIGMOID_SYM,
1221 virtual void set_activ_func( int _activ_func=SIGMOID_SYM,