C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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()

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

Constructs min-max normalization parameters

Member Function Documentation

◆ check()

virtual services::Status check ( ) const
virtual

Check the correctness of the ParameterBase object

Returns
Status of computations

Reimplemented from Parameter.

Member Data Documentation

◆ lowerBound

double lowerBound

The lower bound of the features value will be obtained during normalization.

◆ moments

Pointer to the algorithm that computes the low order moments

◆ upperBound

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.