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

List of all members
DropoutParameter Class Reference

Class that specifies parameters of the dropout layer. More...

Class Constructor

Constructs the parameters for the dropout layer

Parameters
contextContext to manage the parameter for the dropout layer

Detailed Description

Member Function Documentation

double getRetainRatio ( )

Gets the probability that any particular element is retained

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

Gets the seed for mask elements random generation

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

Sets the engine for mask elements random generation

Parameters
enginefor mask elements random generation
void setRetainRatio ( double  retainRatio)

Sets the probability that any particular element is retained

Parameters
retainRatioProbability that any particular element is retained
void setSeed ( long  seed)
Deprecated:
This item will be removed in a future release.

Sets the seed for mask elements random generation

Parameters
seedSeed for mask elements random generation

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

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