Provides methods to access final results obtained with the compute() method of the AdaBoost training algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory to store final results of AdaBoost training
- Parameters
-
[in] | input | Input of the AdaBoost training algorithm |
[in] | parameter | Parameters of the algorithm |
[in] | method | AdaBoost computation method |
◆ check()
Checks the correctness of the final results structure
- Parameters
-
[in] | input | Pointer to the input arguments of the algorithm |
[in] | parameter | Pointer to the parameters of the algorithm |
[in] | method | Computation method |
Reimplemented from Result.
◆ get()
Returns the model trained with the AdaBoost algorithm
- Parameters
-
- Returns
- Model trained with the AdaBoost algorithm
The documentation for this class was generated from the following file: