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

List of all members

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

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the rectified linear function by copying input objects of another rectified linear function

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

Constructs the rectified linear function

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

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated rectified linear function with a copy of input objects of this rectified linear function

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

Computes the rectified linear function

Returns
The rectified linear function results
void setResult ( Result  result)

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

Parameters
resultStructure to store results of the rectified linear function

Member Data Documentation

Input input

Input data

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.