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

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

Abstract class that specifies interface of the algorithms for computing correlation or variance-covariance matrix in the batch processing mode. More...

Public Member Functions

def getResult
 
def setResult
 
def clone
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
def checkComputeParams
 
def getBaseParameter
 
- Public Member Functions inherited from AlgorithmIfaceImpl
def enableChecks
 
def isChecksEnabled
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 

Static Public Attributes

 input = ...
 

Detailed Description

Member Function Documentation

def clone (   self)

Returns a pointer to the newly allocated algorithm for correlation or variance-covariance matrix computation with a copy of input objects and parameters of this algorithm for correlation or variance-covariance matrix computation

Returns
Pointer to the newly allocated algorithm
def getResult (   self)

Returns the structure that contains correlation or variance-covariance matrix

Returns
Structure that contains the computed matrix
def setResult (   self,
  result 
)

Registers user-allocated memory to store results of computation of the correlation or variance-covariance matrix

Parameters
resultStructure to store the results

Member Data Documentation

input = ...
static

Input data structure


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

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