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

List of all members
Batch Class Reference

Sorts data in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs sorting algorithm by copying input objects and parameters of another sorting algorithm

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

Parameters
contextContext to manage the sorting
clsData type to use in intermediate computations for the sorting algorithms, Double.class or Float.class
methodSorting computation methods, Method

Detailed Description

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the sorting, double or float
methodSorting computation method, daal.algorithms.sorting.Method
Enumerations
  • Method Sorting computation methods
  • InputId Identifiers of sorting input objects
  • ResultId Identifiers of sorting results

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated sorting algorithm with a copy of input objects and parameters of this sorting algorithm

Parameters
contextContext to manage the sorting
Returns
The newly allocated algorithm
Result compute ( )

Runs the sorting algorithm

Returns
Sorting computation results
void setResult ( Result  result)

Registers user-allocated memory to store results of the sorting

Parameters
resultStructure to store results of the sorting

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm


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

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