http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.4.2.1777 (2.4.2.1777)
Splitting criteria, used to choose optimal splits during a weak tree construction
Namespace: Emgu.CV.ML.MlEnumAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public enum BOOST_SPLIT_CREITERIA |
Visual Basic |
---|
Public Enumeration BOOST_SPLIT_CREITERIA |
Visual C++ |
---|
public enum class BOOST_SPLIT_CREITERIA |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Use the default criteria for the particular boosting method, see below | |
GINI | 1 | Use Gini index. This is default option for Real AdaBoost; may be also used for Discrete AdaBoost | |
MISCLASS | 3 | Use misclassification rate. This is default option for Discrete AdaBoost; may be also used for Real AdaBoost | |
SQERR | 4 | Use least squares criteria. This is default and the only option for LogitBoost and Gentle AdaBoost |