Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Provides methods for execution of operations over data, such as computation of Summary Statistics estimates in batch processing mode. Classes that implement specific algorithms of the data analysis in batch processing mode are derived classes of the AnalysisBatch class. The class additionally provides methods for validation of input and output parameters of the algorithms. More...
AnalysisBatch | ( | DaalContext | context | ) |
Constructs the algorithm in the batch processing mode
context | Context to manage the algorithm in the batch processing mode |
void checkComputeParams | ( | ) |
Validates parameters of the compute method
|
abstract |
Returns the newly allocated algorithm with a copy of input objects and parameters of this algorithm
context | Context to manage the algorithm |
Result compute | ( | ) |
Computes final results of the algorithm in the batch processing mode.
void dispose | ( | ) |
Releases memory allocated for the native algorithm object
Implements Disposable.
For more complete information about compiler optimizations, see our Optimization Notice.