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

Public Member Functions | List of all members
Result Class Reference

Base class to represent final results of the computation. More...

Public Member Functions

def __init__
 
def getSerializationTag
 
def check
 
- 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 Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Algorithm-specific final results are represented as derivative classes of the Result class.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Default constructor. Constructs empty final results

Variant 2

Constructs final results with n elements

Parameters
nNumber of elements in the final results

Member Function Documentation

def check (   self,
  args 
)

Variant 1

Checks the correctness of the final results structure

Parameters
inputPointer to the input arguments of the algorithm
parameterPointer to the parameters of the algorithm
methodComputation method

Variant 2

Checks the correctness of the partial result structure

Parameters
partialResultPointer to the partial result arguments of the algorithm
parameterPointer to the parameters of the algorithm
methodComputation method
def getSerializationTag (   self)

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

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