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

List of all members
TruncatedGaussianParameter Class Reference

Class that specifies parameters of the neural network weights and biases truncated gaussian initializer. More...

Detailed Description

Member Function Documentation

◆ getA()

double getA ( )

Returns the left bound a of the truncation range from which the random values are selected

Returns
Left bound of the truncation range

◆ getB()

double getB ( )

Returns the right bound b of the truncation range from which the random values are selected

Returns
Right bound of the truncation range

◆ getMean()

double getMean ( )

Returns the distribution mean

Returns
The distribution mean

◆ getSigma()

double getSigma ( )

Returns the standard deviation of the distribution

Returns
The standard deviation of the distribution

◆ setA()

void setA ( double  a)

Sets the left bound a of the truncation range from which the random values are selected

Parameters
aLeft bound of the truncation range

◆ setB()

void setB ( double  b)

Sets the right bound b of the truncation range from which the random values are selected

Parameters
bRight bound of the truncation range

◆ setMean()

void setMean ( double  mean)

Sets the distribution mean

Parameters
meanThe distribution mean

◆ setSigma()

void setSigma ( double  sigma)

Sets the standard deviation of the distribution

Parameters
sigmaThe standard deviation of the distribution

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

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