Click or drag to resize

BoostTypeGentle Field

http://www.emgu.com
Gentle AdaBoost. It puts less weight on outlier data points and for that reason is often good with regression data.

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const BoostType Gentle = 3

Field Value

Type: BoostType
See Also