Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Provides methods for ridge regression model-based training in the online processing mode. More...
TrainingOnline | ( | DaalContext | context, |
TrainingOnline | other | ||
) |
Constructs a ridge regression training algorithm by copying input objects and parameters of another ridge regression training algorithm in the online 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 |
TrainingOnline | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TrainingMethod | method | ||
) |
Constructs the ridge regression training algorithm in the online 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 |
TrainingOnline 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 online processing mode
context | Context to manage ridge regression model-based training |
PartialResult compute | ( | ) |
Computes a partial result of ridge regression model-based training
TrainingResult finalizeCompute | ( | ) |
Computes the result of ridge regression model-based training
Input input |
Input data
TrainingMethod method |
Training method for the algorithm
TrainParameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.