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

List of all members
Parameter Class Reference

Class that specifies parameters of the normal distribution. More...

Detailed Description

Member Function Documentation

◆ getA()

double getA ( )

Returns the mean

Returns
Mean

◆ getSigma()

double getSigma ( )

Returns the standard deviation

Returns
Standard deviation

◆ setA()

void setA ( double  a)

Sets the mean

Parameters
aMean

◆ setSigma()

void setSigma ( double  sigma)

Sets the standard deviation

Parameters
sigmaStandard deviation

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

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