Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Runs ridge regression model-based training in the first step of the distributed processing mode. More...
TrainingDistributedStep1Local | ( | DaalContext | context, |
TrainingDistributedStep1Local | other | ||
) |
Constructs a ridge regression training algorithm by copying input objects and parameters of another ridge regression training algorithm in the first step of the distributed processing mode
context | Context to manage ridge regression model-based training |
other | Algorithm to use as the source to initialize the input objects and parameters of the algorithm |
TrainingDistributedStep1Local | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TrainingMethod | method | ||
) |
Constructs the ridge regression algorithm in the first step of the distributed processing mode
context | Context to manage ridge regression model-based training |
cls | Data type to use in intermediate computations of ridge regression, Double.class or Float.class |
method | Algorithm computation method, TrainingMethod |
TrainingDistributedStep1Local clone | ( | DaalContext | context | ) |
Returns a newly allocated ridge regression training algorithm with a copy of the input objects and parameters of this ridge regression training algorithm in the first step of the distributed processing mode
context | Context to manage ridge regression model-based training |
For more complete information about compiler optimizations, see our Optimization Notice.