HomeSort by relevance Sort by last modified time
    Searched refs:activ_func (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlann_mlp.cpp 128 activ_func = SIGMOID_SYM;
143 activ_func = _activ_func;
145 switch( activ_func )
403 switch( activ_func )
420 if( activ_func != GAUSSIAN )
426 if( activ_func == IDENTITY )
444 switch( activ_func )
485 if( activ_func == IDENTITY )
495 else if( activ_func == GAUSSIAN )
523 switch( activ_func )
    [all...]
  /external/opencv/ml/include/
ml.h 1238 int activ_func; member in class:CvANN_MLP
    [all...]

Completed in 41 milliseconds