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 bernoulli distribution. More...

Detailed Description

Member Function Documentation

◆ getP()

double getP ( )

Returns the success probability of a trial, value from [0.0; 1.0]

Returns
Success probability of a trial

◆ setP()

void setP ( double  p)

Sets the success probability of a trial, value from [0.0; 1.0]

Parameters
pSuccess probability of a trial

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

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