org.opencv.ml
Class RTrees
java.lang.Object
extended by org.opencv.core.Algorithm
extended by org.opencv.ml.StatModel
extended by org.opencv.ml.DTrees
extended by org.opencv.ml.RTrees
public class RTrees
- extends DTrees
Methods inherited from class org.opencv.ml.DTrees |
getCVFolds, getMaxCategories, getMaxDepth, getMinSampleCount, getPriors, getRegressionAccuracy, getTruncatePrunedTree, getUse1SERule, getUseSurrogates, setCVFolds, setMaxCategories, setMaxDepth, setMinSampleCount, setPriors, setRegressionAccuracy, setTruncatePrunedTree, setUse1SERule, setUseSurrogates |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static RTrees create()
-
getActiveVarCount
public int getActiveVarCount()
-
getCalculateVarImportance
public boolean getCalculateVarImportance()
-
getTermCriteria
public TermCriteria getTermCriteria()
-
getVarImportance
public Mat getVarImportance()
-
setActiveVarCount
public void setActiveVarCount(int val)
-
setCalculateVarImportance
public void setCalculateVarImportance(boolean val)
-
setTermCriteria
public void setTermCriteria(TermCriteria val)
-