C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
PartialResult Class Reference

Provides methods to access partial result obtained with the compute() method of the neural network training algorithm in the distributed processing mode. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Member Function Documentation

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]inputPointer to an object containing input data
[in]parameterParameter of the neural network training
[in]methodComputation method for the algorithm
Returns
Status of computations
Deprecated:
This item will be removed in a future release.
services::Status DAAL_DEPRECATED check ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  par,
int  method 
) const

Checks result of the neural network algorithm

Parameters
[in]inputInput object of algorithm
[in]parParameter of algorithm
[in]methodComputation method
Returns
Status of computations
Deprecated:
This item will be removed in a future release.
data_management::NumericTablePtr DAAL_DEPRECATED get ( Step1LocalPartialResultId  id) const

Returns partial result of the neural network model based training

Parameters
[in]idIdentifier of the result
Returns
Result that corresponds to the given identifier
Deprecated:
This item will be removed in a future release.
void DAAL_DEPRECATED set ( Step1LocalPartialResultId  id,
const data_management::NumericTablePtr &  value 
)

Sets partial result of neural network model based training

Parameters
[in]idIdentifier of the result
[in]valueResult
Deprecated:
This item will be removed in a future release.

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.