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

Public Member Functions | List of all members
Algorithm Class Reference

Implements the abstract interface AlgorithmIface. More...

Public Member Functions

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

Detailed Description

Algorithm<batch> is, in turn, the base class for the classes interfacing the major stages of data processing in batch mode: Analysis<batch>, Training<batch> and Prediction.

Aliases

Member Function Documentation

def checkComputeParams (   self)

Validates parameters of the compute method

def getBaseParameter (   self)

getBaseParameter(Algorithm self) -> Parameter


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

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