ETcVnBoostClassifierType
Offers different types of Boost classifiers.
Syntax
Definition:
enum ETcVnBoostClassifierType : LONG
{
BCT_DISCRETE = 0,
BCT_REAL = 1,
BCT_LOGIT = 2,
BCT_GENTLE = 3
};
Values
Name |
Description |
---|---|
BCT_DISCRETE |
Discrete AdaBoost |
BCT_REAL |
Real AdaBoost |
BCT_LOGIT |
LogitBoost |
BCT_GENTLE |
Gentle AdaBoost |