http://www.emgu.com
Boost Type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
Members
| Member name | Value | Description |
---|
| Discrete | 0 |
Discrete AdaBoost.
|
| Real | 1 |
Real AdaBoost. It is a technique that utilizes confidence-rated predictions and works well with categorical data.
|
| Logit | 2 |
LogitBoost. It can produce good regression fits.
|
| Gentle | 3 |
Gentle AdaBoost. It puts less weight on outlier data points and for that reason is often good with regression data.
|
See Also