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

List of all members
TrainingOnline Class Referenceabstract

Algorithm class for the classifier model training algorithm. More...

Class Constructor

TrainingOnline ( DaalContext  context,
TrainingOnline  other 
)

Constructs the base classifier training algorithm in the online processing mode by copying input objects and parameters of another base classifier training algorithm

Parameters
contextContext to manage the classifier training algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Constructs the base classifier model training algorithm in the online processing mode

Parameters
contextContext to manage the classifier training algorithm in the online processing mode

Detailed Description

References

Member Function Documentation

abstract TrainingOnline clone ( DaalContext  context)
abstract

Returns the newly allocated base classifier training algorithm in the online processing mode with a copy of input objects and parameters of this algorithm

Parameters
contextContext to manage the classifier training algorithm
Returns
The newly allocated algorithm
PartialResult compute ( )

Computes partial results of the classifier model training algorithm

Returns
Partial results of the classifier model training algorithm
Result finalizeCompute ( )

Computes final results of the classifier model training algorithm

Returns
Results of the classifier model training algorithm

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

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