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

  /external/opencv3/modules/java/src/
ml+ANN_MLP.java 18 BACKPROP = 0,
  /external/opencv3/modules/ml/src/
ann_mlp.cpp 110 if (method != ANN_MLP::RPROP && method != ANN_MLP::BACKPROP)
120 else if(method == ANN_MLP::BACKPROP )
709 int iter = params.trainMethod == ANN_MLP::BACKPROP ?
    [all...]
  /external/opencv3/samples/cpp/
points_classifier.cpp 231 ann->setTrainMethod(ANN_MLP::BACKPROP, 0.001);
letter_recog.cpp 399 int method = ANN_MLP::BACKPROP;
  /external/opencv/ml/src/
mlann_mlp.cpp 71 else if( train_method == BACKPROP )
857 if( params.train_method == CvANN_MLP_TrainParams::BACKPROP )
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp     [all...]
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 80 if( !str.compare("BACKPROP") )
81 return ANN_MLP::BACKPROP;
  /external/opencv/ml/include/
ml.h     [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 122 milliseconds