Provides methods to access partial result obtained with the compute() method of the neural network training algorithm in the distributed processing mode.
More...
- 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 network model based training
- Parameters
-
[in] | input | Pointer to an object containing input data |
[in] | method | Computation method for the algorithm |
[in] | parameter | Parameter of the neural network training |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release. { Distributed<step2Master>::allocatePartialResult() }
DAAL_DEPRECATED services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks partial result of the neural network 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.
Returns the partial result of the neural network model based training
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
Sets the partial result of neural network model based training
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | value | Partial result |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: