Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
PredictionParameter Class Reference

Class representing the parameters of neural network. More...

Class Constructor

◆ PredictionParameter()

Constructs the parameters of neural network algorithm

Parameters
contextContext to manage the parameter object

Detailed Description

Member Function Documentation

◆ getBatchSize()

long getBatchSize ( )

Gets the size of the batch to be processed by the neural network

◆ setBatchSize()

void setBatchSize ( long  batchSize)

Sets the size of the batch to be processed by the neural network

Parameters
batchSizeSize of the batch to be processed by the neural network

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

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