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

Public Member Functions | List of all members
Batch Class Reference

Base class for training the weak learner model in the batch processing mode More...

Public Member Functions

def getResult
 
def clone
 
def compute
 
- Public Member Functions inherited from Batch
def getInput
 
def setResult
 
def getResult
 
def resetResult
 
def clone
 
def compute
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
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

Enumerations
  • classifier.training.InputId Identifiers of input objects
  • classifier.training.ResultId Identifiers of results
References

Member Function Documentation

def clone (   self)

Returns a pointer to the newly allocated algorithm for training the weak learner model with a copy of input objects and parameters of this algorithm

Returns
Pointer to the newly allocated algorithm
def compute (   self)

Invokes computations

def getResult (   self)

Returns structure that contains computed weak learner results

Returns
Structure that contains computed weak learner results

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

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