org.opencv.ml
Class Boost
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.Boost
public class Boost
- 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 |
DISCRETE
public static final int DISCRETE
- See Also:
- Constant Field Values
GENTLE
public static final int GENTLE
- See Also:
- Constant Field Values
LOGIT
public static final int LOGIT
- See Also:
- Constant Field Values
REAL
public static final int REAL
- See Also:
- Constant Field Values
create
public static Boost create()
-
getBoostType
public int getBoostType()
-
getWeakCount
public int getWeakCount()
-
getWeightTrimRate
public double getWeightTrimRate()
-
setBoostType
public void setBoostType(int val)
-
setWeakCount
public void setWeakCount(int val)
-
setWeightTrimRate
public void setWeightTrimRate(double val)
-