Searched refs:SIGMOID_SYM (Results 1 – 2 of 2) sorted by relevance
128 activ_func = SIGMOID_SYM; in clear()147 case SIGMOID_SYM: in set_activ_func()408 case SIGMOID_SYM: in calc_activ_func()446 case SIGMOID_SYM: in calc_activ_func()525 case SIGMOID_SYM: in calc_activ_func_deriv()1308 activ_func == SIGMOID_SYM ? "SIGMOID_SYM" : in write_params()1410 activ_func = strcmp( activ_func_name, "SIGMOID_SYM" ) == 0 ? SIGMOID_SYM : in read_params()1477 CV_CALL( create( _layer_sizes, SIGMOID_SYM, 0, 0 )); in read()
1172 int _activ_func=SIGMOID_SYM,1178 int _activ_func=SIGMOID_SYM,1191 enum { IDENTITY = 0, SIGMOID_SYM = 1, GAUSSIAN = 2 }; enumerator1221 virtual void set_activ_func( int _activ_func=SIGMOID_SYM,