Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Bernoulli distribution parameters. More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from ParameterBase
def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 p = ...
 

Detailed Description

Aliases
  • Parameter_Float64 is an alias of Parameter(fptype=float64)
  • Parameter_Float32 is an alias of Parameter(fptype=float32)

Constructor & Destructor Documentation

def __init__ (   self,
  _p 
)

Main constructor

Parameters
_pSuccess probability of a trial, value from [0.0; 1.0]

Member Function Documentation

def check (   self)

Check the correctness of the Parameter object

Member Data Documentation

p = ...
static

Success probability of a trial, value from [0.0; 1.0]


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

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