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

List of all members

Computes absolute value function in the batch processing mode. More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs the absolute value function by copying input objects of another absolute value function

Parameters
contextContext to manage the absolute value function
otherAn function to be used as the source to initialize the input objects of the function

◆ Batch() [2/2]

Batch ( DaalContext  context,
Class<? extends Number >  cls,
Method  method 
)

Constructs the absolute value function

Parameters
contextContext to manage the absolute value function
clsData type to use in intermediate computations for the absolute value function, Double.class or Float.class
methodThe absolute value function computation method, Method

Detailed Description

References

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

Returns the newly allocated absolute value function with a copy of input objects of this absolute value function

Parameters
contextContext to manage the absolute value function
Returns
The newly allocated function

◆ compute()

Result compute ( )

Computes the absolute value function

Returns
The absolute value function result

◆ setResult()

void setResult ( Result  result)

Registers user-allocated memory to store the result of the absolute value function

Parameters
resultStructure to store the result of the absolute value function

Member Data Documentation

◆ input

Input input

Input data

◆ method

Method method

Computation method for the function


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

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