Provides methods to access result obtained with the compute() method of the neural networks prediction algorithm.
More...
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED void add |
( |
ResultCollectionId |
id, |
|
|
size_t |
key, |
|
|
const data_management::TensorPtr & |
value |
|
) |
| |
Add the value to the key-value data collection of partial results
- Parameters
-
[in] | id | Identifier of the result |
[in] | key | Key to use to retrieve data |
[in] | value | Result |
- Deprecated:
- This item will be removed in a future release.
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Registers user-allocated memory to store partial results of the neural networks model based prediction
- Parameters
-
[in] | input | Pointer to an object containing input data |
[in] | method | Computation method for the algorithm |
[in] | parameter | Parameter of the neural networks prediction |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks result of the neural networks algorithm
- Parameters
-
[in] | input | Input object of algorithm |
[in] | par | Parameter of algorithm |
[in] | method | Computation method |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED data_management::TensorPtr get |
( |
ResultId |
id | ) |
const |
Returns the result of the neural networks model based prediction
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED data_management::KeyValueDataCollectionPtr get |
( |
ResultCollectionId |
id | ) |
const |
Returns the result of the neural networks model based prediction
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED data_management::TensorPtr get |
( |
ResultCollectionId |
id, |
|
|
size_t |
key |
|
) |
| const |
Returns the result of the neural networks model based prediction
- Parameters
-
[in] | id | Identifier of the result |
[in] | key | Index of the tensor with partial results in the key-value data collection |
- Returns
- Result that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED void set |
( |
ResultId |
id, |
|
|
const data_management::TensorPtr & |
value |
|
) |
| |
Sets the result of neural networks model based prediction
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED void set |
( |
ResultCollectionId |
id, |
|
|
const data_management::KeyValueDataCollectionPtr & |
value |
|
) |
| |
Sets the result of neural networks model based prediction
- Parameters
-
[in] | id | Identifier of the result |
[in] | value | Result |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: