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

Public Member Functions | List of all members
AlgorithmContainer Class Reference

Abstract interface class that provides virtual methods to access and run implementations of the algorithms in batch mode. More...

Public Member Functions

def compute
 
def setupCompute
 
def resetCompute
 
- Public Member Functions inherited from AlgorithmContainerIfaceImpl
def __init__
 
def setEnvironment
 

Detailed Description

It is associated with the Algorithm<batch> class and supports the methods for computation of the algorithm results. The methods of the container are defined in derivative containers defined for each algorithm.

Aliases

Member Function Documentation

def compute (   self)

Computes final results of the algorithm. This method behaves similarly to compute method of the Algorithm<batch> class.

def resetCompute (   self)

Resets internal datastructures for compute function.

def setupCompute (   self)

Setups internal datastructures for compute function.


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

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