OpenCV 3.0.0-rc1

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


Field Summary
 
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 RTrees create()
           
 int getActiveVarCount()
           
 boolean getCalculateVarImportance()
           
 TermCriteria getTermCriteria()
           
 Mat getVarImportance()
           
 void setActiveVarCount(int val)
           
 void setCalculateVarImportance(boolean val)
           
 void setTermCriteria(TermCriteria 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
 

Method Detail

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)

OpenCV 3.0.0-rc1 Documentation