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

List of all members
TrainingBatch Class Referenceabstract

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

Class Constructor

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs the base classifier training algorithm 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
TrainingBatch ( DaalContext  context)

Constructs the base classifier training algorithm

Parameters
contextContext to manage the classifier training algorithm

Detailed Description

References

Member Function Documentation

abstract TrainingBatch clone ( DaalContext  context)
abstract

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

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

Computes results of the classifier training algorithm

Returns
Results of the classifier training algorithm

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

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