Click or drag to resize

Type Fields

http://www.emgu.com

The BoostType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDiscrete
Discrete AdaBoost.
Public fieldStatic memberGentle
Gentle AdaBoost. It puts less weight on outlier data points and for that reason is often good with regression data.
Public fieldStatic memberLogit
LogitBoost. It can produce good regression fits.
Public fieldStatic memberReal
Real AdaBoost. It is a technique that utilizes confidence-rated predictions and works well with categorical data.
Public fieldvalue__
Top
See Also