Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Parameter for Mean squared error objective function More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from 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 Parameter | |
| 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.