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

List of all members
ParameterBase Struct Reference

Base class that specifies the parameters of the algorithm in the batch computing mode. More...

Class Declaration

Constructor & Destructor Documentation

ParameterBase ( double  lowerBound,
double  upperBound,
const services::SharedPtr< low_order_moments::BatchImpl > &  momentsForParameterBase 
)

Constructs min-max normalization parameters

Member Function Documentation

virtual services::Status check ( ) const
virtual

Check the correctness of the ParameterBase object

Returns
Status of computations

Member Data Documentation

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.


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

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