Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
TrainParameter Class Reference

Ridge regression algorithm parameters. More...

Detailed Description

Member Function Documentation

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.

Returns
The numeric table that represents ridge parameters.
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.

Parameters
ridgeParametersThe numeric table that represents ridge parameters

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.