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

List of all members
Batch Class Reference

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

Class Constructor

◆ Batch() [1/3]

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() [2/3]

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() [3/3]

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

◆ clone()

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

◆ compute()

Result compute ( )

Computes the linear kernel function

Returns
Structure that contains the computed linear kernel function

◆ setResult()

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

Input data

◆ method

Method method

Computation 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.