org.opencv.ml
Class DTrees
java.lang.Object
   org.opencv.core.Algorithm
org.opencv.core.Algorithm
       org.opencv.ml.StatModel
org.opencv.ml.StatModel
           org.opencv.ml.DTrees
org.opencv.ml.DTrees
- Direct Known Subclasses: 
- Boost, RTrees
- public class DTrees 
- extends StatModel
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PREDICT_AUTO
public static final int PREDICT_AUTO
- See Also:
- Constant Field Values
PREDICT_MASK
public static final int PREDICT_MASK
- See Also:
- Constant Field Values
PREDICT_MAX_VOTE
public static final int PREDICT_MAX_VOTE
- See Also:
- Constant Field Values
PREDICT_SUM
public static final int PREDICT_SUM
- See Also:
- Constant Field Values
create
public static DTrees create()
- 
 
getCVFolds
public int getCVFolds()
- 
 
getMaxCategories
public int getMaxCategories()
- 
 
getMaxDepth
public int getMaxDepth()
- 
 
getMinSampleCount
public int getMinSampleCount()
- 
 
getPriors
public Mat getPriors()
- 
 
getRegressionAccuracy
public float getRegressionAccuracy()
- 
 
getTruncatePrunedTree
public boolean getTruncatePrunedTree()
- 
 
getUse1SERule
public boolean getUse1SERule()
- 
 
getUseSurrogates
public boolean getUseSurrogates()
- 
 
setCVFolds
public void setCVFolds(int val)
- 
 
setMaxCategories
public void setMaxCategories(int val)
- 
 
setMaxDepth
public void setMaxDepth(int val)
- 
 
setMinSampleCount
public void setMinSampleCount(int val)
- 
 
setPriors
public void setPriors(Mat val)
- 
 
setRegressionAccuracy
public void setRegressionAccuracy(float val)
- 
 
setTruncatePrunedTree
public void setTruncatePrunedTree(boolean val)
- 
 
setUse1SERule
public void setUse1SERule(boolean val)
- 
 
setUseSurrogates
public void setUseSurrogates(boolean val)
-