Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members
DistributedStep1Local Class Reference

Runs the PCA algorithm in the first step of the distributed processing mode. More...

Class Constructor

Constructs the PCA algorithm in the first step of the distributed processing mode by copying input objects and parameters of another PCA algorithm

Parameters
contextContext to manage the PCA algorithm
otherAn 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

Parameters
contextContext to manage the PCA algorithm
clsData type to use in intermediate computations for the PCA algorithm, Double.class or Float.class
methodComputation method, Method

Detailed Description

References

Member Function Documentation

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

Parameters
contextContext to manage the PCA algorithm
Returns
The newly allocated algorithm

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.