HomeSort by relevance Sort by last modified time
    Searched full:train_method (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/ml/src/
lr.cpp 71 train_method = LogisticRegression::BATCH;
79 int train_method; member in class:cv::ml::LrParams
94 CV_IMPL_PROPERTY(int, TrainMethod, params.train_method)
190 if(this->params.train_method == LogisticRegression::BATCH)
206 if(this->params.train_method == LogisticRegression::BATCH)
583 fs<<"train_method"<<this->params.train_method;
584 if(this->params.train_method == LogisticRegression::MINI_BATCH)
604 this->params.train_method = (int)fn["train_method"];
    [all...]
ann_mlp.cpp     [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 46 train_method = RPROP;
58 train_method = _train_method;
63 if( train_method == RPROP )
71 else if( train_method == BACKPROP )
84 train_method = RPROP;
857 if( params.train_method == CvANN_MLP_TrainParams::BACKPROP )
    [all...]
  /external/opencv3/samples/python2/
letter_recog.py 133 train_method = cv2.ANN_MLP_TRAIN_PARAMS_BACKPROP,
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 349 modelParamsNode["train_method"] >> train_method_str;
  /external/opencv/ml/include/
ml.h 1157 int train_method; member in struct:CvANN_MLP_TrainParams
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 1796 CV_PROP_RW int train_method; member in struct:CvANN_MLP_TrainParams
    [all...]

Completed in 259 milliseconds