Class that specifies parameters of the local response normalization layer.
More...
Constructs the parameter of the local response normalization layer
- Parameters
-
context | Context to manage the parameter of the local response normalization layer |
Gets the value of hyper-parameter alpha
Gets the value of hyper-parameter beta
Gets the numeric table with index of type size_t to calculate local response normalization
Gets the value of hyper-parameter kappa
Gets the value of hyper-parameter n
void setAlpha |
( |
double |
alpha | ) |
|
Sets the value of hyper-parameter alpha
- Parameters
-
alpha | Value of hyper-parameter alpha |
void setBeta |
( |
double |
beta | ) |
|
Sets the value of hyper-parameter beta
- Parameters
-
beta | Value of hyper-parameter beta |
Sets the numeric table with index of type size_t to calculate local response normalization
- Parameters
-
dimension | Numeric table of with index of type size_t to calculate local response normalization |
void setKappa |
( |
double |
kappa | ) |
|
Sets the value of hyper-parameter kappa
- Parameters
-
kappa | Value of hyper-parameter kappa |
void setNAdjust |
( |
long |
nAdjust | ) |
|
Sets the value of hyper-parameter n
- Parameters
-
nAdjust | Value of hyper-parameter n |
The documentation for this class was generated from the following file: