Provides methods to access final results obtained with the compute() method of the decision stump 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 the decision stump training algorithm
- Template Parameters
-
| algorithmFPType | Data type to store prediction results |
- Parameters
-
| [in] | input | Input objects for the decision stump training algorithm |
| [in] | parameter | Parameters of the decision stump training algorithm |
| [in] | method | Decision stump training method |
| services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
Check the correctness of the Result object
- Parameters
-
| [in] | input | Pointer to the input object |
| [in] | parameter | Pointer to the parameters structure |
| [in] | method | Algorithm computation method |
Returns the model trained with the Stump algorithm
- Parameters
-
- Returns
- Model trained with the Stump algorithm
Sets the result of the training stage of the stump algorithm
- Parameters
-
The documentation for this class was generated from the following file: