Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Computes Z-score normalization in the batch processing mode. More...
| Batch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| Method | method | ||
| ) |
Constructs the Z-score normalization algorithm
| context | Context to manage the Z-score normalization algorithm |
| cls | Data type to use in intermediate computations for Z-score normalization, Double.class or Float.class |
| method | Z-score normalization computation method, Method |
| Batch | ( | DaalContext | context, |
| Batch | other | ||
| ) |
Constructs algorithm that computes normalization by copying input objects and parameters of another algorithm
| context | Context to manage the normalization algorithms |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| Batch clone | ( | DaalContext | context | ) |
Returns the newly allocated algorithm that computes normalization with a copy of input objects and parameters of this algorithm
| context | Context to manage the normalization algorithms |
| Result compute | ( | ) |
Computes Z-score normalization
| Input input |
Input data
| Method method |
Computation method for the algorithm
| Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.