Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Public Member Functions | List of all members
AlgorithmIface Class Reference

Abstract class which defines interface for the library component related to data processing involving execution of the algorithms for analysis, modeling, and prediction. More...

Public Member Functions

def checkComputeParams
 
def checkResult
 
def getMethod
 
def getErrors
 

Detailed Description

Member Function Documentation

def checkComputeParams (   self)

Validates parameters of the compute method

def checkResult (   self)

Validates result parameters of the compute method

def getErrors (   self)

Returns errors during the computations

Returns
Errors during the computations
Deprecated:
This item will be removed in a future release.
def getMethod (   self)

Returns method of the algorithm

Returns
Method of the algorithm

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

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