Provides interface for the result of model-based prediction.
More...
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store a partial result of model-based prediction
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Algorithm method |
- Returns
- Status of allocation
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of model-based prediction
- Parameters
-
[in] | input | Input object |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method |
- Returns
- Status of checking
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of model-based prediction
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
value |
|
) |
| |
Sets the result of model-based prediction
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input object |
The documentation for this class was generated from the following file: