Python* API Reference for Intel® Data Analytics Acceleration Library 2019

Public Member Functions | List of all members
AlgorithmIfaceImpl Class Reference

Implements the abstract interface AlgorithmIface. More...

Public Member Functions

def enableChecks
 
def isChecksEnabled
 
def getErrors
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 
def getErrors
 

Detailed Description

AlgorithmIfaceImpl is, in turn, the base class for the classes interfacing the major compute modes: batch, online and distributed

Member Function Documentation

def enableChecks (   self,
  enableChecksFlag 
)

Sets flag of requiring parameters checks

Parameters
enableChecksFlagTrue if checks are needed, false if no checks are required
def getErrors (   self)

For backward compatibility. Returns error collection of the algorithm

Returns
Error collection of the algorithm
Deprecated:
This item will be removed in a future release.
def isChecksEnabled (   self)

Returns flag of checking necessity

Returns
flag of checking necessity

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

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