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

List of all members
AnalysisOnline Class Referenceabstract

Provides methods for execution of operations over data, such as computation of Summary Statistics estimates in the online processing mode. Classes that implement specific algorithms of the data analysis in the online processing mode are derived classes of the AnalysisOnline class. The class additionally provides methods for validation of input and output parameters of the algorithms. More...

Class Constructor

Constructs the algorithm in the online processing mode

Parameters
contextContext to manage the algorithm in the online processing mode

Detailed Description

Member Function Documentation

void checkComputeParams ( )

Validates parameters of the compute method

void checkFinalizeComputeParams ( )

Validates parameters of the finalizeCompute method

abstract AnalysisOnline clone ( DaalContext  context)
abstract

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

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

Computes partial results of the algorithm in the online processing mode

Returns
Partial results of the algorithm
void dispose ( )

Releases memory allocated for the native algorithm object

Implements Disposable.

Result finalizeCompute ( )

Computes final results of the algorithm using partial results in the online processing mode.

Returns
Final results 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.