Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that specifies parameters of the two-dimensional spatial stochastic pooling layer. More...
| boolean getPredictionStage | ( | ) |
Gets the flag that specifies whether the layer is used for the prediction stage or not
| long getSeed | ( | ) |
Returns seed for multinomial distribution random number generator
| void setEngine | ( | com.intel.daal.algorithms.engines.BatchBase | engine | ) |
Sets the engine to be used by the algorithm
| engine | to be used by the algorithm |
| void setPredictionStage | ( | boolean | predictionStage | ) |
Sets the flag that specifies whether the layer is used for the prediction stage or not
| predictionStage | Flag that specifies whether the layer is used for the prediction stage or not |
| void setSeed | ( | long | seed | ) |
Sets the seed for multinomial distribution random number generator
| seed | Seed for multinomial distribution random number generator |
For more complete information about compiler optimizations, see our Optimization Notice.