Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class for the the result of linear regression quality metrics algorithm. More...
GroupOfBetasResult | ( | DaalContext | context | ) |
Constructs the result of the quality metric algorithm
context | Context to manage the result of the quality metric algorithm |
NumericTable get | ( | GroupOfBetasResultId | id | ) |
Returns the result of linear regression quality metrics
id | Identifier of the result |
void set | ( | GroupOfBetasResultId | id, |
NumericTable | val | ||
) |
Sets the result of linear regression quality metrics
id | Identifier of the result |
val | Value that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.