Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Class Reference

Parameters of the z-score normalization algorithm. More...

Class Constructor

◆ Parameter()

Parameter ( DaalContext  context,
long  cObject,
long  algAddr,
Precision  prec,
Method  method,
ComputeMode  cmode 
)

Constructs the parameter of Z-score normalization algorithm

Parameters
contextContext to manage the Z-score normalization algorithm
cObjectAddress of C++ parameter
algAddrAddress of the algorithm
precPrecision of computations
methodZ-score normalization computation method, Method
cmodeComputation mode

Detailed Description

Member Function Documentation

◆ getResultsToCompute()

long getResultsToCompute ( )

Gets the 64 bit integer flag that indicates the results to compute

Returns
The 64 bit integer flag that indicates the results to compute

◆ setMoments()

void setMoments ( BatchImpl  moments)

Sets the moments algorithm used by z-score normalization algorithm

Parameters
momentsLow order moments algorithm

◆ setResultsToCompute()

void setResultsToCompute ( long  resultsToCompute)

Sets the 64 bit integer flag that indicates the results to compute

Parameters
resultsToComputeThe 64 bit integer flag that indicates the results to compute

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

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