Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Class representing the parameters of neural network. More...
PredictionParameter | ( | DaalContext | context | ) |
Constructs the parameters of neural network algorithm
context | Context to manage the parameter object |
long getBatchSize | ( | ) |
Gets the size of the batch to be processed by the neural network
void setBatchSize | ( | long | batchSize | ) |
Sets the size of the batch to be processed by the neural network
batchSize | Size of the batch to be processed by the neural network |
For more complete information about compiler optimizations, see our Optimization Notice.