Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Class that specifies parameters of the local response normalization layer. More...

Class Constructor

LrnParameter ( DaalContext  context)

Constructs the parameter of the local response normalization layer

Parameters
contextContext to manage the parameter of the local response normalization layer

Detailed Description

Member Function Documentation

double getAlpha ( )

Gets the value of hyper-parameter alpha

double getBeta ( )

Gets the value of hyper-parameter beta

NumericTable getDimension ( )

Gets the numeric table with index of type size_t to calculate local response normalization

double getKappa ( )

Gets the value of hyper-parameter kappa

long getNAdjust ( )

Gets the value of hyper-parameter n

void setAlpha ( double  alpha)

Sets the value of hyper-parameter alpha

Parameters
alphaValue of hyper-parameter alpha
void setBeta ( double  beta)

Sets the value of hyper-parameter beta

Parameters
betaValue of hyper-parameter beta
void setDimension ( NumericTable  dimension)

Sets the numeric table with index of type size_t to calculate local response normalization

Parameters
dimensionNumeric 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
kappaValue of hyper-parameter kappa
void setNAdjust ( long  nAdjust)

Sets the value of hyper-parameter n

Parameters
nAdjustValue of hyper-parameter n

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

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