Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Class that specifies parameters of the two-dimensional stochastic pooling layer. More...

Detailed Description

Member Function Documentation

boolean getPredictionStage ( )

Gets the flag that specifies whether the layer is used for the prediction stage or not

long getSeed ( )
Deprecated:
This item will be removed in a future release.

Returns seed for multinomial distribution random number generator

void setEngine ( com.intel.daal.algorithms.engines.BatchBase  engine)

Sets the engine for multinomial distribution random number generator

Parameters
enginefor multinomial distribution random number generator
void setPredictionStage ( boolean  predictionStage)

Sets the flag that specifies whether the layer is used for the prediction stage or not

Parameters
predictionStageFlag that specifies whether the layer is used for the prediction stage or not
void setSeed ( long  seed)
Deprecated:
This item will be removed in a future release.

Sets the seed for multinomial distribution random number generator

Parameters
seedSeed for multinomial distribution random number generator

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

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