Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for the compute() method of single beta quality metrics. More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
alpha = ... | |
accuracyThreshold = ... | |
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
def check | ( | self | ) |
Checks the correctness of the parameter
|
static |
Values below this threshold are considered equal to it
|
static |
Significance level used in the computation of betas confidence intervals
For more complete information about compiler optimizations, see our Optimization Notice.