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

List of all members
DropoutParameter Class Reference

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

Class Constructor

◆ DropoutParameter()

Constructs the parameters for the dropout layer

Parameters
contextContext to manage the parameter for the dropout layer

Detailed Description

Member Function Documentation

◆ getRetainRatio()

double getRetainRatio ( )

Gets the probability that any particular element is retained

◆ getSeed()

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

Gets the seed for mask elements random generation

◆ setEngine()

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

Sets the engine for mask elements random generation

Parameters
enginefor mask elements random generation

◆ setRetainRatio()

void setRetainRatio ( double  retainRatio)

Sets the probability that any particular element is retained

Parameters
retainRatioProbability that any particular element is retained

◆ setSeed()

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.