Searched defs:SIGMOID_SYM (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+ANN_MLP.java21 SIGMOID_SYM = 1, field in class:ANN_MLP
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp1264 Currently the default and the only fully supported activation function is ANN_MLP::SIGMOID_SYM.
1352 SIGMOID_SYM = 1, enumerator in enum:cv::ml::ANN_MLP::ActivationFunctions
/external/opencv/ml/include/
H A Dml.h1172 int _activ_func=SIGMOID_SYM,
1178 int _activ_func=SIGMOID_SYM,
1191 enum { IDENTITY = 0, SIGMOID_SYM = 1, GAUSSIAN = 2 }; enumerator in enum:CvANN_MLP::__anon14482
1221 virtual void set_activ_func( int _activ_func=SIGMOID_SYM,
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp1811 int activateFunc=CvANN_MLP::SIGMOID_SYM,
1817 int activateFunc=CvANN_MLP::SIGMOID_SYM,
1827 int activateFunc=CvANN_MLP::SIGMOID_SYM,
1831 int activateFunc=CvANN_MLP::SIGMOID_SYM,
1844 enum { IDENTITY = 0, SIGMOID_SYM = 1, GAUSSIAN = 2 }; enumerator in enum:CvANN_MLP::__anon15063
1875 virtual void set_activ_func( int _activ_func=SIGMOID_SYM,

Completed in 74 milliseconds