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

Packages | Classes

Detailed Description

Packages

package  com.intel.daal.algorithms.svd
 Contains classes to run the singular-value decomposition (SVD) algorithm.
 

Classes

class  DistributedPartialResultCollectionId
 Available types of partial results of the second step of the SVD algorithm in the distributed processing mode, stored in the DataCollection object. More...
 
class  DistributedPartialResultId
 Available types of partial results of the second step of the SVD algorithm in the distributed processing mode, stored in the Result object. More...
 
class  DistributedPartialResultStep3Id
 Available types of partial results obtained in the second step of the SVD algorithm in the distributed processing mode, stored in the Result object. More...
 
class  DistributedStep1Local
 Runs the first step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedStep1LocalPartialResult
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the first step in the distributed processing mode. More...
 
class  DistributedStep2Master
 Runs the second step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedStep2MasterInput
 DistributedStep2MasterInput objects for the SVD algorithm in the batch processing and online processing modes, and the first step in the distributed processing mode. More...
 
class  DistributedStep2MasterInputId
 Partial results from previous steps of the SVD algorithm in the distributed processing mode, required by the second step. More...
 
class  DistributedStep2MasterPartialResult
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the second step in the distributed processing mode. More...
 
class  DistributedStep3Local
 Runs the third step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedStep3LocalInput
 Input objects for the third step of the SVD algorithm in the distributed processing mode. More...
 
class  DistributedStep3LocalInputId
 Partial results from previous steps of the SVD algorithm in the distributed processing mode, required by the third step. More...
 
class  DistributedStep3LocalPartialResult
 Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the third step in the distributed processing mode. More...
 

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