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

Parameters for the compute() method of single beta quality metrics. More...

Public Member Functions

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

Static Public Attributes

 alpha = ...
 
 accuracyThreshold = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  alphaVal = 0.05,
  accuracyVal = 0.001 
)

__init__(daal.algorithms.linear_regression.quality_metric.single_beta.Parameter self, double alphaVal=0.05, double accuracyVal=0.001) -> Parameter

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

accuracyThreshold = ...
static

Values below this threshold are considered equal to it

alpha = ...
static

Significance level used in the computation of betas confidence intervals


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

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