Table of Contents

Enum Boost.Type

Namespace
Emgu.CV.ML
Assembly
Emgu.CV.dll

Boost Type

public enum Boost.Type

Fields

Discrete = 0

Discrete AdaBoost.

Gentle = 3

Gentle AdaBoost. It puts less weight on outlier data points and for that reason is often good with regression data.

Logit = 2

LogitBoost. It can produce good regression fits.

Real = 1

Real AdaBoost. It is a technique that utilizes confidence-rated predictions and works well with categorical data.