C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters for the local response normalization layer. More...
| Parameter | ( | data_management::NumericTablePtr | dimension_ = data_management::HomogenNumericTable< size_t >::create(1, 1, data_management::NumericTableIface::doAllocate, 1), |
| const double | kappa_ = 2, |
||
| const double | alpha_ = 1.0e-04, |
||
| const double | beta_ = 0.75, |
||
| const size_t | nAdjust_ = 5 |
||
| ) |
Constructs parameters of the local response normalization layer
| [in] | dimension_ | Numeric table of size 1 x 1 with index of type size_t to calculate local response normalization. |
| [in] | kappa_ | Value of hyper-parameter kappa |
| [in] | alpha_ | Value of hyper-parameter alpha |
| [in] | beta_ | Value of hyper-parameter beta |
| [in] | nAdjust_ | Value of hyper-parameter n |
|
virtual |
Checks the correctness of the parameter
| double alpha |
Value of hyper-parameter alpha
| double beta |
Value of hyper-parameter beta
| data_management::NumericTablePtr dimension |
Numeric table of size 1 x 1 with index of type size_t to calculate local response normalization.
| double kappa |
Value of hyper-parameter kappa
| size_t nAdjust |
Value of hyper-parameter n
For more complete information about compiler optimizations, see our Optimization Notice.