Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members
PredictionBatch Class Referenceabstract

Base class for classifier model-based prediction in the batch processing mode. More...

Class Constructor

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs the classifier model-based prediction algorithm by copying input objects and parameters of another classifier model-based prediction algorithm

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

Constructs the classifier model-based prediction algorithm

Parameters
contextContext to manage classifier algorithm

Detailed Description

References

Member Function Documentation

abstract PredictionBatch clone ( DaalContext  context)
abstract

Returns the newly allocated classifier model-based prediction algorithm with a copy of input objects and parameters of this algorithm

Parameters
contextContext to manage classifier algorithm
Returns
The newly allocated algorithm
PredictionResult compute ( )

Computes prediction results based on the model of the classification algorithm

Returns
Prediction results
void setResult ( PredictionResult  result)

Registers user-allocated memory for storing results

Parameters
resultStructure for storing results

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

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