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

Public Member Functions | List of all members
AlgorithmContainerIfaceImpl Class Reference

Implements the abstract interface AlgorithmContainerIfaceImpl. More...

Public Member Functions

def __init__
 
def setEnvironment
 

Detailed Description

It is associated with the Algorithm class and supports the methods for computation and finalization of the algorithm results in the batch, distributed, and online modes.

Constructor & Destructor Documentation

def __init__ (   self,
  daalEnv 
)

Default constructor

Parameters
daalEnvPointer to the structure that contains information about the environment

Member Function Documentation

def setEnvironment (   self,
  daalEnv 
)

Sets the information about the environment

Parameters
daalEnvPointer to the structure that contains information about the environment

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

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