Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods for execution of operations over data, such as computation of Summary Statistics estimates in distributed processing mode. Classes that implement specific algorithms of the data analysis in distributed processing mode are derived classes of the AnalysisDistributed class. The class additionally provides methods for validation of input and output parameters of the algorithms. More...
| AnalysisDistributed | ( | DaalContext | context | ) |
Constructs the algorithm in the distributed processing mode
| context | Context to manage the algorithm in the distributed processing mode |
| void checkComputeParams | ( | ) |
Validates parameters of the compute method
| void checkFinalizeComputeParams | ( | ) |
Validates parameters of the finalizeCompute method
|
abstract |
Returns the newly allocated algorithm with a copy of input objects and parameters of this algorithm
| context | Context to manage the algorithm |
| PartialResult compute | ( | ) |
Computes partial results of the algorithm in the distributed processing mode
| 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 distributed processing mode.
For more complete information about compiler optimizations, see our Optimization Notice.