Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Runs the PCA algorithm in the first step of the distributed processing mode. More...
DistributedStep1Local | ( | DaalContext | context, |
DistributedStep1Local | other | ||
) |
Constructs the PCA algorithm in the first step of the distributed processing mode by copying input objects and parameters of another PCA algorithm
context | Context to manage the PCA 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 PCA algorithm in the first step of the distributed processing mode
context | Context to manage the PCA algorithm |
cls | Data type to use in intermediate computations for the PCA algorithm, Double.class or Float.class |
method | Computation method, Method |
DistributedStep1Local clone | ( | DaalContext | context | ) |
Returns the newly allocated PCA algorithm in the first step of the distributed processing mode with a copy of input objects and parameters of this PCA algorithm
context | Context to manage the PCA algorithm |
For more complete information about compiler optimizations, see our Optimization Notice.