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 classBoostBoosted tree classifier derived from DTrees SEE: REF: ml_intro_boostclassRTreesThe class implements the random forest predictor.Methods in org.opencv.ml that return DTrees Modifier and Type Method Description static DTreesDTrees. __fromPtr__(long addr)static DTreesDTrees. create()Creates the empty model The static method creates empty decision tree with the specified parameters.static DTreesDTrees. load(String filepath)Loads and creates a serialized DTrees from a file Use DTree::save to serialize and store an DTree to disk.static DTreesDTrees. 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.
-