OpenCV 3.0.0-rc1

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


Field Summary
static int DISCRETE
           
static int GENTLE
           
static int LOGIT
           
static int REAL
           
 
Fields inherited from class org.opencv.ml.DTrees
PREDICT_AUTO, PREDICT_MASK, PREDICT_MAX_VOTE, PREDICT_SUM
 
Fields inherited from class org.opencv.ml.StatModel
COMPRESSED_INPUT, PREPROCESSED_INPUT, RAW_OUTPUT, UPDATE_MODEL
 
Method Summary
static Boost create()
           
 int getBoostType()
           
 int getWeakCount()
           
 double getWeightTrimRate()
           
 void setBoostType(int val)
           
 void setWeakCount(int val)
           
 void setWeightTrimRate(double val)
           
 
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 org.opencv.ml.StatModel
empty, getVarCount, isClassifier, isTrained, predict, predict, train
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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)

OpenCV 3.0.0-rc1 Documentation