Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
DistributedStep2Master Class Reference

Computes the correlation or variance-covariance matrix in the second step of the distributed processing mode. More...

Class Constructor

Constructs the correlation or variance-covariance matrix algorithm in the second step of the distributed processing mode by copying input objects and parameters of another algorithm for correlation or variance-covariance matrix computation

Parameters
contextContext to manage the correlation or variance-covariance matrix algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
DistributedStep2Master ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the correlation or variance-covariance matrix algorithm in the second step of the distributed processing mode

Parameters
contextContext to manage the correlation or variance-covariance matrix algorithm
clsData type to use in intermediate computations of the correlation or variance-covariance matrix, Double.class or Float.class
methodComputation method, Method

Detailed Description

References

Member Function Documentation

DistributedStep2Master clone ( DaalContext  context)

Returns the newly allocated correlation or variance-covariance matrix algorithm in the second step of the distributed processing mode with a copy of input objects and parameters of this correlation or variance-covariance matrix algorithm

Parameters
contextContext to manage the correlation or variance-covariance matrix 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.