Provides methods to access final results obtained with the compute() method of the BrownBoost training algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory to store final results of BrownBoost training
- Parameters
-
[in] | input | Input of the BrownBoost training algorithm |
[in] | parameter | Parameters of the algorithm |
[in] | method | BrownBoost 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 BrownBoost algorithm
- Parameters
-
- Returns
- Model trained with the BrownBoost algorithm
The documentation for this class was generated from the following file: