Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Input objects for the MSE algorithm More...
Input | ( | DaalContext | context, |
long | cInput | ||
) |
Constructs the input for MSE algorithm
context | Context to manage the MSE algorithm |
cInput | Pointer to C++ implementation of the input |
NumericTable get | ( | InputId | id | ) |
Returns an input object for the MSE algorithm
id | Identifier of the input object |
void set | ( | InputId | id, |
NumericTable | val | ||
) |
Sets an input object for the MSE algorithm
id | Identifier of the input object |
val | The input object |
For more complete information about compiler optimizations, see our Optimization Notice.