Results obtained with the compute() method of the logistic 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 logistic function
- Parameters
-
[in] | input | Input object for the logistic function |
[in] | par | Parameter of the logistic function |
[in] | method | Computation method of the logistic function |
services::Status check |
( |
const daal::algorithms::Input * |
in, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks the result of the logistic function
- Parameters
-
[in] | in | Input of the logistic function |
[in] | par | Parameter of the logistic function |
[in] | method | Computation method of the the logistic function |
- Returns
- Status of computation
data_management::NumericTablePtr get |
( |
ResultId |
id | ) |
const |
Returns result of the logistic function
- Parameters
-
[in] | id | Identifier of the result |
- Returns
- Status of computation
void set |
( |
ResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets the result of the logistic function
- Parameters
-
[in] | id | Identifier of the result |
[in] | ptr | Result |
The documentation for this class was generated from the following file: