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

Public Member Functions | List of all members
interface1_Parameter Class Reference

Parameter for Mean squared error objective function More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from interface1_Parameter
def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Additional Inherited Members

- Static Public Attributes inherited from interface1_Parameter
 numberOfTerms = ...
 

Detailed Description

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

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1

Constructs the parameter of Mean squared error objective function

Parameters
numberOfTermsThe number of terms in the function
batchIndicesNumeric table of size 1 x m where m is batch size that represent a batch of indices used to compute the function results, e.g., value of the sum of the functions. If no indices are provided, all terms will be used in the computations.
resultsToCompute64 bit integer flag that indicates the results to compute

Variant 2

Constructs an Parameter by copying input objects and parameters of another Parameter

Parameters
otherAn object to be used as the source to initialize object

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

Returns
Status of computations

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

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