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

List of all members
PredictionBatch Class Referenceabstract

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

Class Constructor

◆ PredictionBatch() [1/2]

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

◆ PredictionBatch() [2/2]

Constructs the classifier model-based prediction algorithm

Parameters
contextContext to manage classifier algorithm

Detailed Description

References

Member Function Documentation

◆ clone()

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

◆ compute()

PredictionResult compute ( )

Computes prediction results based on the model of the classification algorithm

Returns
Prediction results

◆ setResult()

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.