C++ API Reference for Intel® Data Analytics Acceleration Library 2019

References | Namespaces | Classes
Normalization

Contains classes to run the min-max normalization algorithms. More...

Contains classes to run the z-score normalization algorithms.

References

 Min-max
 Contains classes for computing the min-max normalization.
 
 Z-score
 Contains classes for computing the z-score normalization.
 

Namespaces

 daal::algorithms::normalization
 Contains classes to run the min-max normalization algorithms.
 
 daal::algorithms::normalization::minmax
 Contains classes for computing the min-max normalization.
 
 daal::algorithms::normalization::minmax::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 daal::algorithms::normalization::zscore
 Contains classes for computing the z-score normalization.
 
 daal::algorithms::normalization::zscore::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 
 daal::algorithms::normalization::zscore::interface2
 Contains version 2.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  ParameterBase
 Base class that specifies the parameters of the algorithm in the batch computing mode. More...
 
struct  Parameter< algorithmFPType >
 Class that specifies the parameters of the algorithm in the batch computing mode. More...
 
class  Input
 Input objects for the min-max normalization algorithm More...
 
class  Result
 Provides methods to access final results obtained with the compute() method of the min-max normalization algorithm in the batch processing mode. More...
 
class  BaseParameter
 Class that specifies the base parameters of the algorithm in the batch computing mode. More...
 
class  Parameter< algorithmFPType, sumDense >
 Class that specifies the parameters of the default algorithm in the batch computing mode. More...
 
class  Parameter< algorithmFPType, defaultDense >
 Class that specifies the parameters of the default algorithm in the batch computing mode. More...
 

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