Package org.opencv.ml
Class Boost
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ml.StatModel
-
- org.opencv.ml.DTrees
-
- org.opencv.ml.Boost
-
public class Boost extends DTrees
-
-
Field Summary
Fields Modifier and Type Field Description static intDISCRETEstatic intGENTLEstatic intLOGITstatic intREAL-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBoost(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Boost__fromPtr__(long addr)static Boostcreate()protected voidfinalize()intgetBoostType()intgetWeakCount()doublegetWeightTrimRate()static Boostload(String filepath)static Boostload(String filepath, String nodeName)voidsetBoostType(int val)voidsetWeakCount(int val)voidsetWeightTrimRate(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
calcError, empty, getVarCount, isClassifier, isTrained, predict, predict, predict, train, train, train
-
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, getNativeObjAddr, save
-
-
-
-
Field Detail
-
DISCRETE
public static final int DISCRETE
- See Also:
- Constant Field Values
-
REAL
public static final int REAL
- See Also:
- Constant Field Values
-
LOGIT
public static final int LOGIT
- See Also:
- Constant Field Values
-
GENTLE
public static final int GENTLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
__fromPtr__
public static Boost __fromPtr__(long addr)
-
create
public static Boost create()
-
getWeightTrimRate
public double getWeightTrimRate()
-
getBoostType
public int getBoostType()
-
getWeakCount
public int getWeakCount()
-
setBoostType
public void setBoostType(int val)
-
setWeakCount
public void setWeakCount(int val)
-
setWeightTrimRate
public void setWeightTrimRate(double val)
-
-