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

Public Member Functions | List of all members
interface2_Batch Class Reference

Algorithm class for training the classifier model. More...

Public Member Functions

def getInput
 
def parameter
 
def setResult
 
def getResult
 
def resetResult
 
def clone
 
- 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
  • InputId Identifiers of input objects of the classifier model training algorithm
  • ResultId Identifiers of results of the classifier model training algorithm
References

Member Function Documentation

def clone (   self)

Returns a pointer to the newly allocated classifier training algorithm with a copy of input objects and parameters of this classifier training algorithm

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

Get input objects for the classifier model training algorithm

Returns
Input objects for the classifier model training algorithm
def getResult (   self)

Returns the structure that contains the trained classifier model

Returns
Structure that contains the trained classifier model
def parameter (   self)

Gets parameter objects for the classifier model training algorithm

Returns
Parameter objects for the classifier model training algorithm
def resetResult (   self)

Resets the results of the classifier model training algorithm

Returns
Status of the operation
def setResult (   self,
  res 
)

Gets parameter objects for the classifier model training algorithm

Returns
Parameter objects for the classifier model training algorithm

Registers user-allocated memory for storing results of the classifier model training algorithm

Parameters
resStructure for storing results of the classifier model training algorithm

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

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