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

List of all members

Runs multi-class classifier model based prediction algorithm. More...

Class Constructor

◆ PredictionBatch() [1/3]

PredictionBatch ( DaalContext  context,
PredictionBatch  other 
)

Constructs multi-class classifier prediction algorithm by copying input objects and parameters of another multi-class classifier prediction algorithm

Parameters
contextContext to manage the multi-class classifier prediction algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ PredictionBatch() [2/3]

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

Constructs multi-class classifier prediction algorithm

Deprecated:
This item will be removed in a future release.
Parameters
contextContext to manage the multi-class classifier prediction algorithm
clsData type to use in intermediate computations of the multi-class classifier prediction algorithm, Double.class or Float.class
methodMulti-class classifier prediction method, PredictionMethod

◆ PredictionBatch() [3/3]

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

Constructs multi-class classifier prediction algorithm

Parameters
contextContext to manage the multi-class classifier prediction algorithm
clsData type to use in intermediate computations of the multi-class classifier prediction algorithm, Double.class or Float.class
methodMulti-class classifier prediction method, PredictionMethod
nClassesNumber of classes

Detailed Description

References

Member Function Documentation

◆ clone()

PredictionBatch clone ( DaalContext  context)

Returns the newly allocated multi-class classifier prediction algorithm with a copy of input objects and parameters of this multi-class classifier prediction algorithm

Parameters
contextContext to manage the multi-class classifier prediction algorithm
Returns
The newly allocated algorithm

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.