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

List of all members

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

Class Constructor

LcnParameter ( DaalContext  context)

Constructs the parameter of the local contrast normalization layer

Parameters
contextContext to manage the parameter of the local contrast normalization layer
LcnParameter ( DaalContext  context,
long  cObject 
)

Constructs parameter from C++ parameter

Parameters
contextContext to manage the parameter
cObjectAddress of C++ parameter

Detailed Description

Member Function Documentation

LcnIndices getIndices ( )

Gets the structure representing the indices of the two dimensions on which local contrast normalization is performed

Returns
The structure representing the indices of the two dimensions on which local contrast normalization is performed
Tensor getKernel ( )

Gets the tensor of the two-dimensional kernel

NumericTable getSumDimension ( )

Gets the numeric table of size 1x1 that stores dimension f

void setIndices ( LcnIndices  indices)

Sets the structure representing the indices of the two dimensions on which local contrast normalization is performed

Parameters
indicesThe structure representing the indices of the two dimensions on which local contrast normalization is performed
void setKernel ( Tensor  kernel)

Sets the tensor of the two-dimensional kernel

Parameters
kernelTensor of the two-dimensional kernel
void setSumDimension ( NumericTable  sumDimension)

Sets the numeric table of size 1x1 that stores dimension f

Parameters
sumDimensionNumeric table of size 1x1 that stores dimension f

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

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