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

List of all members
Batch Class Reference

Computes values of quantiles in the batch processing mode. More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs algorithm that computes quantiles by copying input objects and parameters of another algorithm

Parameters
contextContext to manage the quantile algorithms
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 
)

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

Detailed Description

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

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

Returns the newly allocated algorithm that computes quantiles with a copy of input objects and parameters of this algorithm

Parameters
contextContext to manage the quantile algorithms
Returns
The newly allocated algorithm

◆ compute()

Result compute ( )

Runs the quantile algorithm

Returns
Quantiles computation results

◆ setResult()

void setResult ( Result  result)

Registers user-allocated memory to store results of the quantile algorithms

Parameters
resultStructure to store results of the quantile algorithms

Member Data Documentation

◆ input

Input input

Input data

◆ method

Method method

Computation method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm


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

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