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

Public Member Functions | List of all members
AlgorithmIfaceImpl Class Reference

Implements the abstract interface AlgorithmIface. More...

Public Member Functions

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

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 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.