Results obtained with the compute() method of the rectified linear function in the batch processing mode.
More...
- Deprecated:
- This item will be removed in a future release.
Default constructor
- Deprecated:
- This item will be removed in a future release.
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store the result of the rectified linear function
- Parameters
-
[in] | input | Input object for the rectified linear function |
[in] | par | Parameter of the rectified linear function |
[in] | method | Computation method of the rectified linear function |
- Returns
- Status of computation
services::Status check |
( |
const daal::algorithms::Input * |
in, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of the rectified linear function
- Parameters
-
[in] | in | Input of the rectified linear function |
[in] | par | Parameter of the rectified linear function |
[in] | method | Computation method of the rectified linear function |
- Returns
- Status of computation
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns the result of the rectified linear function
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result of the rectified linear function
- Parameters
-
[in] | id | Identifier of the result |
[in] | ptr | Result |
The documentation for this class was generated from the following file: