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

List of all members
Batch Class Reference

Computes the result of the association rules algorithm in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the association rules algorithm by copying input objects and parameters of another association rules algorithm

Parameters
contextContext to manage the association rules algorithm
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 
)

Constructs the association rules algorithm

Parameters
contextContext to manage the association rules algorithm
clsData type to use in intermediate computations for the association rules algorithm, Double.class or Float.class
methodAssociation rules computation method, Method

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

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

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

Computes results of the association rules algorithm

Returns
Results of the association rules algorithm
void setResult ( Result  result)

Registers user-allocated memory to store results of the association rules algorithm

Parameters
resultStructure to store results of the association rules algorithm

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

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.