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

Public Member Functions | List of all members
ResultCollection Class Reference

Class that implements functionality of the collection of result objects of the quality metrics algorithm. More...

Public Member Functions

def __init__
 
def getResult
 
- Public Member Functions inherited from ResultCollection
def __init__
 
def add
 
def getResult
 
- Public Member Functions inherited from SerializableKeyValueCollection
def serializationTag
 
def getSerializationTag
 
def __init__
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 
- Public Member Functions inherited from KeyValueCollection
def __init__
 
def getKeyByIndex
 
def getValueByIndex
 
def getValueByIndexConst
 
def size
 
def clear
 
def __getitem__
 
def __setitem__
 

Detailed Description

Deprecated:
This item will be removed in a future release.

specialized for using with the AdaBoost training algorithm

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def getResult (   self,
  id 
)

Returns the result of the quality metrics algorithm

Parameters
idIdentifier of the result
Returns
Result that corresponds to the given identifier

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

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