Uses of Class
org.opencv.ml.DTrees
-
Packages that use DTrees Package Description org.opencv.ml -
-
Uses of DTrees in org.opencv.ml
Subclasses of DTrees in org.opencv.ml Modifier and Type Class Description class
Boost
Boosted tree classifier derived from DTrees SEE: REF: ml_intro_boostclass
RTrees
The class implements the random forest predictor.Methods in org.opencv.ml that return DTrees Modifier and Type Method Description static DTrees
DTrees. __fromPtr__(long addr)
static DTrees
DTrees. create()
Creates the empty model The static method creates empty decision tree with the specified parameters.static DTrees
DTrees. load(String filepath)
Loads and creates a serialized DTrees from a file Use DTree::save to serialize and store an DTree to disk.static DTrees
DTrees. load(String filepath, String nodeName)
Loads and creates a serialized DTrees from a file Use DTree::save to serialize and store an DTree to disk.
-