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

List of all members
Parameter Class Reference

Parameters of the Min-max normalization algorithm. More...

Class Constructor

Parameter ( DaalContext  context,
long  cObject 
)

Constructs the parameter of Min-max normalization algorithm

Parameters
contextContext to manage the Min-max normalization algorithm
cObjectAddress of C++ parameter

Detailed Description

Member Function Documentation

double getLowerBound ( )

Gets the lower bound of the features value will be obtained during normalization.

Returns
The lower bound of the features value will be obtained during normalization
double getUpperBound ( )

Gets the upper bound of the features value will be obtained during normalization.

Returns
The upper bound of the features value will be obtained during normalization
void setLowerBound ( double  lowerBound)

Sets the lower bound of the features value will be obtained during normalization.

Parameters
lowerBoundThe lower bound of the features value will be obtained during normalization
void setMoments ( BatchImpl  moments)

Sets the moments algorithm used by Min-max normalization algorithm

Parameters
momentsLow order moments algorithm
void setUpperBound ( double  upperBound)

Sets the upper bound of the features value will be obtained during normalization.

Parameters
upperBoundThe upper bound of the features value will be obtained during normalization

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

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