Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
TrainingOnline Class Reference

Provides methods for ridge regression model-based training in the online processing mode. More...

Class Constructor

◆ TrainingOnline() [1/2]

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

Parameters
contextContext to manage ridge regression model-based training
otherAlgorithm to use as the source to initialize the input objects and parameters of the algorithm

◆ TrainingOnline() [2/2]

TrainingOnline ( DaalContext  context,
Class<? extends Number >  cls,
TrainingMethod  method 
)

Constructs the ridge regression training algorithm in the online processing mode

Parameters
contextContext to manage ridge regression model-based training
clsData type to use in intermediate computations of ridge regression, Double.class or Float.class
methodAlgorithm computation method, TrainingMethod

Detailed Description

References

Member Function Documentation

◆ clone()

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

Parameters
contextContext to manage ridge regression model-based training
Returns
Newly allocated algorithm

◆ compute()

PartialResult compute ( )

Computes a partial result of ridge regression model-based training

Returns
Partial result of ridge regression model-based training

◆ finalizeCompute()

TrainingResult finalizeCompute ( )

Computes the result of ridge regression model-based training

Returns
Result of ridge regression model-based training

Member Data Documentation

◆ input

Input input

Input data

◆ method

Training method for the algorithm

◆ parameter

TrainParameter parameter

Parameters of the algorithm


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

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