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

List of all members
PredictionBatch Class Reference

Predicts results of the decision stump classification. More...

Class Constructor

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs the decision stump prediction algorithm by copying input objects of another decision stump prediction algorithm

Parameters
contextContext to manage the stump prediction algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
PredictionBatch ( DaalContext  context,
Class<?extends Number >  cls,
PredictionMethod  method 
)

Constructs the decision stump prediction algorithm

Parameters
contextContext to manage the stump prediction algorithm
clsData type to use in intermediate computations for the decision stump prediction algorithm, Double.class or Float.class
methodthe decision stump prediction method, PredictionMethod

Detailed Description

References

Member Function Documentation

PredictionBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage the stump prediction algorithm
Returns
The newly allocated algorithm

Member Data Documentation

Input data

Prediction method for the algorithm


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

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