Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlann_mlp.cpp128 activ_func = SIGMOID_SYM; in clear()
143 activ_func = _activ_func; in set_activ_func()
145 switch( activ_func ) in set_activ_func()
403 switch( activ_func ) in calc_activ_func()
420 if( activ_func != GAUSSIAN ) in calc_activ_func()
426 if( activ_func == IDENTITY ) in calc_activ_func()
444 switch( activ_func ) in calc_activ_func()
485 if( activ_func == IDENTITY ) in calc_activ_func_deriv()
495 else if( activ_func == GAUSSIAN ) in calc_activ_func_deriv()
523 switch( activ_func ) in calc_activ_func_deriv()
[all …]
/external/opencv/ml/include/
Dml.h1238 int activ_func; variable