Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Contains classes to run the singular-value decomposition (SVD) algorithm.
Classes | |
class | Batch |
Runs the SVD algorithm in the batch processing mode. More... | |
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... | |
class | Input |
Input objects for the SVD algorithm in the batch processing and online processing modes, and the first step in the distributed processing mode More... | |
class | InputId |
Available identifiers of input objects for the SVD algorithm. More... | |
class | Method |
Available methods to run the SVD algorithm. More... | |
class | Online |
Runs the SVD algorithm in the online processing mode. More... | |
class | OnlinePartialResult |
Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the online processing or distributed processing modes. More... | |
class | Parameter |
Parameters of the compute() method of the SVD algorithm. More... | |
class | PartialResultId |
Available identifiers of partial results of the SVD algorithm obtained in the online processing mode and in the first step in the distributed processing mode. More... | |
class | Result |
Provides methods to access final results obtained with the compute() method of the SVD algorithm in the batch processing mode ; or with the finalizeCompute() method in the online processing or distributed processing modes. More... | |
class | ResultFormat |
Available options to return result matrices. More... | |
class | ResultId |
Available types of results of the SVD algorithm. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.