Input objects in the prediction stage of the logitboost algorithm.
More...
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED services::Status check |
( |
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
Checks the correctness of the input object
- Parameters
-
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
Returns the input Numeric Table object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input NumericTable object |
- Returns
- Input object that corresponds to the given identifier
Returns the input Model object in the prediction stage of the LogitBoost algorithm
- Parameters
-
[in] | id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
Sets the input NumericTable object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
Sets the input Model object in the prediction stage of the LogitBoost algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: