Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameter for Mean squared error objective function More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
Additional Inherited Members | |
![]() | |
numberOfTerms = ... | |
def __init__ | ( | self, | |
args | |||
) |
Constructs the parameter of Mean squared error objective function
numberOfTerms | The number of terms in the function |
batchIndices | Numeric 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. |
resultsToCompute | 64 bit integer flag that indicates the results to compute |
Constructs an Parameter by copying input objects and parameters of another Parameter
other | An object to be used as the source to initialize object |
def check | ( | self | ) |
Checks the correctness of the parameter
For more complete information about compiler optimizations, see our Optimization Notice.