C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Input objects of the neural network training algorithm in the distributed processing mode. More...
| services::Status check | ( | const daal::algorithms::Parameter * | par, |
| int | method | ||
| ) | const |
Checks input object for the neural network algorithm
| [in] | par | Algorithm parameter |
| [in] | method | Computatiom method |
| ModelPtr get | ( | Step1LocalInputId | id | ) | const |
Returns input object for the neural network training algorithm
| [in] | id | Identifier of the input object |
| void set | ( | Step1LocalInputId | id, |
| const ModelPtr & | value | ||
| ) |
Sets input object for the neural network training algorithm
| [in] | id | Identifier of the input object |
| [in] | value | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.