Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Ridge regression algorithm parameters. More...
NumericTable getRidgeParameters | ( | ) |
Retrieves the numeric table that represents ridge parameters. If no ridge parameters are provided, the implementation will generate ridge parameters equal to 1.
void setRidgeParameters | ( | NumericTable | ridgeParameters | ) |
Sets the numeric table that represents ridge parameters. If no ridge parameters are provided, the implementation will generate ridge parameters equal to 1.
ridgeParameters | The numeric table that represents ridge parameters |
For more complete information about compiler optimizations, see our Optimization Notice.