Type Fields |
The BoostType type exposes the following members.
| Name | Description | |
|---|---|---|
| Discrete |
Discrete AdaBoost.
| |
| Gentle |
Gentle AdaBoost. It puts less weight on outlier data points and for that reason is often good with regression data.
| |
| Logit |
LogitBoost. It can produce good regression fits.
| |
| Real |
Real AdaBoost. It is a technique that utilizes confidence-rated predictions and works well with categorical data.
| |
| value__ |