Click or drag to resize

BoostType Enumeration

http://www.emgu.com
Boosting type

Namespace:  Emgu.CV.ML.MlEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public enum BoostType
Members
  Member nameValueDescription
Discrete0 Discrete AdaBoost
Real1 Real AdaBoost
Logit2 LogitBoost
Gentle3 Gentle AdaBoost
See Also