Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Result object for ridge regression model-based prediction. More...
PredictionResult | ( | DaalContext | context | ) |
Constructs the ridge regression prediction result
context | Context to manage the result of the ridge regression prediction algorithm |
NumericTable get | ( | PredictionResultId | id | ) |
Returns the result of ridge regression model-based prediction
id | Identifier of the result |
void set | ( | PredictionResultId | id, |
NumericTable | val | ||
) |
Sets the result of ridge regression model-based prediction
id | Identifier of the result |
val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.