Data layout of decision tree
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Discrete | 0 | Discrete AdaBoost [CvBoost::DISCRETE] | |
| Real | 1 | Real AdaBoost [CvBoost::REAL] | |
| Logit | 2 | LogitBoost [CvBoost::LOGIT] | |
| Gentle | 3 | Gentle AdaBoost [CvBoost::GENTLE] |
See Also