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

List of all members
BatchImpl Class Referenceabstract

Base interface for the low order moments algorithm in the batch processing mode More...

Class Constructor

BatchImpl ( DaalContext  context)

Parameters
contextContext to manage the low order moments algorithm

Detailed Description

Enumerations
  • Method Computation methods of the low order moments algorithm
  • InputId Identifiers of input objects
  • ResultId Identifiers of the results
References

Member Function Documentation

abstract BatchImpl clone ( DaalContext  context)
abstract

Returns the newly allocated low order moments algorithm with a copy of input objects and parameters of this algorithm for low order moments computation

Parameters
contextContext to manage the low order moments algorithm
Returns
The newly allocated algorithm
Result compute ( )

Computes the low order moments algorithm in the batch processing mode

Returns
Results of the computation
void dispose ( )

Releases the memory allocated for the native algorithm object

Implements Disposable.

void setResult ( Result  result)

Registers user-allocated memory to store the results of computing the low order moments algorithm in the batch processing mode

Parameters
resultStructure to store results of computing the low order moments algorithm

Member Data Documentation

long cBatchImpl

Pointer to the inner implementation of the service callback functionality

Input input

Input objects for the algorithm

Method method

Computation method for the algorithm

Precision prec
protected

Precision of computations


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

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