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 a group of betas quality metrics. More...

Public Member Functions

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

Static Public Attributes

 numBeta = ...
 
 numBetaReducedModel = ...
 
 accuracyThreshold = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  nBeta,
  nBetaReducedModel 
)

__init__(daal.algorithms.linear_regression.quality_metric.group_of_betas.Parameter self, size_t nBeta, size_t nBetaReducedModel) -> 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

numBeta = ...
static

Number of beta coefficients (p) of linear regression model used for prediction

numBetaReducedModel = ...
static

Number of beta coefficients (p0) used for prediction with reduced linear regression model where p - p0 of p beta coefficients are set to 0


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

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