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

List of all members
Batch Class Reference

Computes logistic function in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs logistic function by copying input objects of another logistic function

Parameters
contextContext to manage the logistic 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 logistic function

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

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated logistic function with a copy of the input object of this logistic function

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

Computes the logistic function

Returns
The logistic function result
void setResult ( Result  result)

Registers user-allocated memory to store the result of the logistic function

Parameters
resultStructure to store the result of the logistic 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.