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

List of all members
PredictionResult Class Reference

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

Class Constructor

PredictionResult ( DaalContext  context,
long  cObject 
)

Default constructor

Detailed Description

Member Function Documentation

Returns the final result of the regression algorithm

Parameters
idIdentifier of the result, PredictionResultId
Returns
Result that corresponds to the given identifier
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.