C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base class that specifies the parameters of the algorithm in the batch computing mode. More...
| ParameterBase | ( | double | lowerBound, |
| double | upperBound, | ||
| const services::SharedPtr< low_order_moments::BatchImpl > & | momentsForParameterBase | ||
| ) |
Constructs min-max normalization parameters
|
virtual |
Check the correctness of the ParameterBase object
| double lowerBound |
The lower bound of the features value will be obtained during normalization.
| services::SharedPtr<low_order_moments::BatchImpl> moments |
Pointer to the algorithm that computes the low order moments
| double upperBound |
The upper bound of the features value will be obtained during normalization.
For more complete information about compiler optimizations, see our Optimization Notice.