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

List of all members
Batch Class Reference

Computes moments of low order in the batch processing mode. More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs low order moments algorithm by copying input objects of another low order moments algorithm

Parameters
contextContext to manage the low order moments algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ Batch() [2/2]

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

Constructs low order moments algorithm

Parameters
contextContext to manage the low order moments algorithm
clsData type to use in intermediate computations of the low order moments algorithm, Double.class or Float.class
methodComputation method of the algorithm, Method

Detailed Description

References
  • InputId class. Identifiers of the input objects for the low order moments algorithm
  • ResultId class. Identifiers of the results of the low order moments algorithm
  • Input class
  • Result class

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

Returns the newly allocated low order moments algorithm with a copy of input objects of this algorithm

Parameters
contextContext to manage the low order moments algorithm
Returns
The newly allocated algorithm

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

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