http://www.emgu.com
Boosting type
Namespace:
Emgu.CV.ML.MlEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration BoostType
public enum class BoostType
Members
| Member name | Value | Description |
---|
| Discrete | 0 |
Discrete AdaBoost
|
| Real | 1 |
Real AdaBoost
|
| Logit | 2 |
LogitBoost
|
| Gentle | 3 |
Gentle AdaBoost
|
See Also