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
Syntaxpublic const BoostType Gentle = 3
Public Const Gentle As BoostType = 3
public:
literal BoostType^ Gentle = 3
static val mutable Gentle: BoostType
Field Value
Type:
BoostType
See Also