Searched defs:RTrees (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+RTrees.java10 // C++: class RTrees
11 //javadoc: RTrees
12 public class RTrees extends DTrees { class in inherits:DTrees
14 protected RTrees(long addr) { super(addr); } method in class:RTrees
21 //javadoc: RTrees::getCalculateVarImportance()
35 //javadoc: RTrees::setCalculateVarImportance(val)
49 //javadoc: RTrees::getActiveVarCount()
63 //javadoc: RTrees::setActiveVarCount(val)
77 //javadoc: RTrees::getTermCriteria()
91 //javadoc: RTrees
[all...]
/external/opencv3/samples/python2/
H A Dletter_recog.py25 Models: RTrees, KNearest, Boost, SVM, MLP
59 class RTrees(LetterStatModel): class in inherits:LetterStatModel
61 self.model = cv2.RTrees()
149 models = [RTrees, KNearest, Boost, SVM, MLP] # NBayes
/external/opencv3/modules/ml/include/opencv2/
H A Dml.hpp914 responses or using a voting schemes), and the derived from DTrees classes (such as RTrees and Boost)
1102 class CV_EXPORTS_W RTrees : public DTrees class in namespace:cv::ml
1106 /** If true then variable importance will be calculated and then it can be retrieved by RTrees::getVarImportance.
1145 CV_WRAP static Ptr<RTrees> create();

Completed in 134 milliseconds