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

List of all members
Parameter< algorithmFPType, defaultDense > Class Template Reference

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

Class Declaration

template<typename algorithmFPType>
class daal::algorithms::normalization::zscore::interface3::Parameter< algorithmFPType, defaultDense >

Constructor & Destructor Documentation

Parameter ( const services::SharedPtr< low_order_moments::BatchImpl > &  momentsForParameter = services::SharedPtr< low_order_moments::Batch< algorithmFPType, low_order_moments::defaultDense > >(new low_order_moments::Batch< algorithmFPType, low_order_moments::defaultDense >()),
const bool  doScale = true 
)

Constructs z-score normalization parameters

Member Function Documentation

virtual services::Status check ( ) const
virtual

Check the correctness of the Parameter object

Returns
Status of computations

Member Data Documentation

services::SharedPtr<low_order_moments::BatchImpl> moments

Pointer to the algorithm that computes the low order moments


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

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