Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Runs the first step of the SVD algorithm in the distributed processing mode. More...
| DistributedStep1Local | ( | DaalContext | context, |
| DistributedStep1Local | other | ||
| ) |
Constructs the SVD algorithm by copying input objects and parameters of another SVD algorithm
| context | Context to manage created SVD algorithm |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| DistributedStep1Local | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| Method | method | ||
| ) |
Constructs the SVD algorithm
| context | Context to manage created SVD algorithm |
| cls | Data type to use in intermediate computations for the SVD algorithm, Double.class or Float.class |
| method | SVD computation method, Method |
| DistributedStep1Local clone | ( | DaalContext | context | ) |
Returns the newly allocated SVD algorithm with a copy of input objects and parameters of this SVD algorithm
| context | Context to manage created SVD algorithm |
| DistributedStep1LocalPartialResult compute | ( | ) |
Runs the SVD algorithm
| Result finalizeCompute | ( | ) |
Computes final results of the SVD algorithm
For more complete information about compiler optimizations, see our Optimization Notice.