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

List of all members
Batch Class Reference

Provides methods for normal distribution computations in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs normal distribution by copying input objects and parameters of another normal distribution

Parameters
contextContext to manage the normal distribution
otherA distributions to be used as the source to initialize the input objects and parameters of this distribution
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method,
double  a,
double  sigma 
)

Constructs the normal distribution

Parameters
contextContext to manage the distribution
clsData type to use in intermediate computations for the distribution, Double.class or Float.class
methodThe distribution computation method, Method
aMean
sigmaStandard deviation

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated normal distribution with a copy of input objects and parameters of this normal distribution

Parameters
contextContext to manage the distribution
Returns
The newly allocated normal distribution
Result compute ( )

Computes the result of the normal distribution

Returns
Normal distribution result

Member Data Documentation

Method method

Computation method for the distribution

Parameter parameter

NormalParameters of the normal distribution


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

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