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

List of all members
LrnParameter Class Reference

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

Class Constructor

◆ LrnParameter()

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

◆ getAlpha()

double getAlpha ( )

Gets the value of hyper-parameter alpha

◆ getBeta()

double getBeta ( )

Gets the value of hyper-parameter beta

◆ getDimension()

NumericTable getDimension ( )

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

◆ getKappa()

double getKappa ( )

Gets the value of hyper-parameter kappa

◆ getNAdjust()

long getNAdjust ( )

Gets the value of hyper-parameter n

◆ setAlpha()

void setAlpha ( double  alpha)

Sets the value of hyper-parameter alpha

Parameters
alphaValue of hyper-parameter alpha

◆ setBeta()

void setBeta ( double  beta)

Sets the value of hyper-parameter beta

Parameters
betaValue of hyper-parameter beta

◆ setDimension()

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

◆ setKappa()

void setKappa ( double  kappa)

Sets the value of hyper-parameter kappa

Parameters
kappaValue of hyper-parameter kappa

◆ setNAdjust()

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.