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

List of all members
DistributedStep1Local Class Reference

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

Class Constructor

Constructs the SVD algorithm by copying input objects and parameters of another SVD algorithm

Parameters
contextContext to manage created SVD 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 SVD algorithm

Parameters
contextContext to manage created SVD algorithm
clsData type to use in intermediate computations for the SVD algorithm, Double.class or Float.class
methodSVD computation method, Method

Detailed Description

References

Member Function Documentation

DistributedStep1Local clone ( DaalContext  context)

Returns the newly allocated SVD algorithm with a copy of input objects and parameters of this SVD algorithm

Parameters
contextContext to manage created SVD algorithm
Returns
The newly allocated algorithm

Runs the SVD algorithm

Returns
Partial results of the SVD algorithm obtained in the first step in the distributed processing mode
Result finalizeCompute ( )

Computes final results of the SVD algorithm

Returns
Final results of the SVD algorithm

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

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