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

List of all members
PredictionBatch Class Reference

Predicts decision forest regression regression results. More...

Class Constructor

◆ PredictionBatch() [1/2]

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs the decision forest regression prediction algorithm by copying input objects and parameters of another decision forest regression prediction algorithm

Parameters
contextContext to manage decision forest regression prediction
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ PredictionBatch() [2/2]

PredictionBatch ( DaalContext  context,
Class<? extends Number >  cls,
PredictionMethod  method 
)

Constructs the decision forest regression prediction algorithm

Parameters
contextContext to manage decision forest regression prediction
clsData type to use in intermediate computations for decision forest regression prediction, Double.class or Float.class
methoddecision forest regression prediction method, PredictionMethod

Detailed Description

References

Member Function Documentation

◆ clone()

PredictionBatch clone ( DaalContext  context)

Returns the newly allocated decision forest regression prediction algorithm with a copy of input objects and parameters of this decision forest regression prediction algorithm

Parameters
contextContext to manage decision forest regression prediction
Returns
The newly allocated algorithm

◆ compute()

PredictionResult compute ( )

Computes the results of decision forest regression prediction in the batch processing mode

Returns
Results of idecision forest regression prediction in the batch processing mode

Member Data Documentation

◆ input

Input data

◆ method

Prediction method for the algorithm

◆ parameter

Parameter 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.