Visible to Intel only — GUID: GUID-1969EA1E-A459-4871-8BD5-F7D3E5145ADE
Visible to Intel only — GUID: GUID-1969EA1E-A459-4871-8BD5-F7D3E5145ADE
Batch and Online Processing
Online processing computation mode assumes that the data arrives in blocks
Algorithm Input
The SVD algorithm accepts the input described below. Pass the Input ID as a parameter to the methods that provide input for your algorithm.
Input ID |
Input |
---|---|
data |
Pointer to the numeric table that represents:
The input can be an object of any class derived from NumericTable. |
Algorithm Parameters
The SVD algorithm has the following parameters:
Parameter |
Default Value |
Description |
---|---|---|
algorithmFPType |
float |
The floating-point type that the algorithm uses for intermediate computations. Can be float or double. |
method |
defaultDense |
Performance-oriented computation method, the only method supported by the algorithm. |
leftSingularMatrix |
requiredInPackedForm |
Specifies whether the matrix of left singular vectors is required. Can be:
|
rightSingularMatrix |
requiredInPackedForm |
Specifies whether the matrix of left singular vectors is required. Can be:
|
Algorithm Output
The SVD algorithm calculates the results described below. Pass the Result ID as a parameter to the methods that access the results of your algorithm.
Result ID |
Result |
---|---|
singularValues |
Pointer to the |
leftSingularMatrix |
Pointer to the |
rightSingularMatrix |
Pointer to the |