Ask Your Question

Revision history [back]

Missing predict method in java class CvDTree

I'd like to use a decision tree for classification in java (using opencv 2.4.6) but the CvDTree is missing the predict method (same in the current version. See doc: http://docs.opencv.org/java/org/opencv/ml/CvDTree.html). What is the reason for this? Any alternatives for classification? Random trees?