C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter< algorithmFPType > Struct Template Reference

Class that specifies the parameters of the algorithm in the batch computing mode. More...

Class Declaration

template<typename algorithmFPType>
struct daal::algorithms::normalization::minmax::interface1::Parameter< algorithmFPType >

Constructor & Destructor Documentation

Parameter ( double  lowerBound = 0.0,
double  upperBound = 1.0 
)

Constructs min-max normalization parameters with default low order algorithm

Parameter ( double  lowerBound,
double  upperBound,
const services::SharedPtr< low_order_moments::BatchImpl > &  momentsForParameter 
)

Constructs min-max normalization parameters


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

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