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

List of all members
PredictionResult Class Reference

Provides methods to access final results obtained with the compute() method of the gradient boosted trees regression model-based prediction algorithm in the batch processing mode. More...

Class Constructor

◆ PredictionResult()

Constructs the result of the gradient boosted trees regression model-based prediction algorithm

Parameters
contextContext to manage the result of the gradient boosted trees regression model-based prediction algorithm

Detailed Description

Member Function Documentation

◆ get()

Returns the final result of the regression algorithm

Parameters
idIdentifier of the result, PredictionResultId
Returns
Result that corresponds to the given identifier

◆ set()

void set ( PredictionResultId  id,
NumericTable  value 
)

Sets the final result of the algorithm

Parameters
idIdentifier of the final result
valueObject for storing the final result

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

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