Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Class that specifies parameters of the dropout layer. More...
DropoutParameter | ( | DaalContext | context | ) |
Constructs the parameters for the dropout layer
context | Context to manage the parameter for the dropout layer |
double getRetainRatio | ( | ) |
Gets the probability that any particular element is retained
long getSeed | ( | ) |
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
engine | for mask elements random generation |
void setRetainRatio | ( | double | retainRatio | ) |
Sets the probability that any particular element is retained
retainRatio | Probability that any particular element is retained |
void setSeed | ( | long | seed | ) |
Sets the seed for mask elements random generation
seed | Seed for mask elements random generation |
For more complete information about compiler optimizations, see our Optimization Notice.