public class Boost extends DTrees
Modifier and Type | Field and Description |
---|---|
static int |
DISCRETE |
static int |
GENTLE |
static int |
LOGIT |
static int |
REAL |
PREDICT_AUTO, PREDICT_MASK, PREDICT_MAX_VOTE, PREDICT_SUM
COMPRESSED_INPUT, PREPROCESSED_INPUT, RAW_OUTPUT, UPDATE_MODEL
Modifier and Type | Method and Description |
---|---|
static Boost |
create() |
int |
getBoostType() |
int |
getWeakCount() |
double |
getWeightTrimRate() |
void |
setBoostType(int val) |
void |
setWeakCount(int val) |
void |
setWeightTrimRate(double val) |
getCVFolds, getMaxCategories, getMaxDepth, getMinSampleCount, getPriors, getRegressionAccuracy, getTruncatePrunedTree, getUse1SERule, getUseSurrogates, setCVFolds, setMaxCategories, setMaxDepth, setMinSampleCount, setPriors, setRegressionAccuracy, setTruncatePrunedTree, setUse1SERule, setUseSurrogates
empty, getVarCount, isClassifier, isTrained, predict, predict, train
clear, getDefaultName, save
public static final int DISCRETE
public static final int GENTLE
public static final int LOGIT
public static final int REAL
public static Boost create()
public int getBoostType()
public int getWeakCount()
public double getWeightTrimRate()
public void setBoostType(int val)
public void setWeakCount(int val)
public void setWeightTrimRate(double val)