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

List of all members
Batch Class Reference

Computes the linear kernel function in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the linear kernel function algorithm by copying input objects and parameters of another linear kernel function algorithm

Parameters
contextContext to manage the linear kernel function
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the linear kernel function algorithm

Parameters
contextContext to manage the linear kernel function
clsData type to use in intermediate computations of the linear kernel function, Double.class or Float.class
methodLinear kernel function computation method, Method
Batch ( DaalContext  context,
Class<?extends Number >  cls 
)

Constructs the linear kernel function algorithm with default method

Parameters
contextContext to manage the linear kernel function
clsData type to use in intermediate computations of the linear kernel function, Double.class or Float.class

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated linear kernel function algorithm with a copy of input objects and parameters of this linear kernel function algorithm

Parameters
contextContext to manage the linear kernel function
Returns
The newly allocated algorithm
Result compute ( )

Computes the linear kernel function

Returns
Structure that contains the computed linear kernel function
void setResult ( Result  result)

Registers user-allocated memory to store results of the linear kernel function

Parameters
resultStructure to store results of the linear kernel function

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

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.