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

Public Member Functions | List of all members
OnlineParameter Class Reference

Parameters of the correlation or variance-covariance matrix algorithm in the online processing mode. More...

Public Member Functions

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

Additional Inherited Members

- Static Public Attributes inherited from Parameter
 outputMatrixType = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Default constructor

Variant 2

Constructs parameters of the Covariance Online algorithm by copying another parameters of the Covariance Online algorithm

Parameters
otherParameters of the Covariance Online algorithm

Member Function Documentation

def check (   self)

Check the correctness of the OnlineParameter object


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

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