Provides methods to access final results obtained with the compute() method of the AdaBoost training algorithm in the batch processing mode.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
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 |
Returns the model trained with the AdaBoost algorithm
- Parameters
-
- Returns
- Model trained with the LogitBoost algorithm
Returns the result of AdaBoost model-based training
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
Sets the result of AdaBoost model-based training
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
Sets the result of AdaBoost model-based training
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
The documentation for this class was generated from the following file: