C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of the z-score normalization algorithm. It is associated with the daal::algorithms::normalization::zscore::Batch class and supports methods of z-score normalization computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations for the z-score normalization algorithms, double or float |
method | Z-score normalization computation method, daal::algorithms::normalization::zscore::Method |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the z-score normalization algorithm with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
|
virtual |
Default destructor
|
virtual |
Computes the result of the z-score normalization algorithm in the batch processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.