Computes results of the SVD algorithm in the online processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the SVD algorithm, double or float |
method | SVD computation method, daal.algorithms.svd.Method |
- Enumerations
- Method SVD computation methods
- Aliases
Online_Float64DefaultDense
is an alias of Online(fptype=float64, method=daal.algorithms.svd.defaultDense)
Online_Float32DefaultDense
is an alias of Online(fptype=float32, method=daal.algorithms.svd.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Constructs an SVD algorithm by copying input objects and parameters of another SVD algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
def checkFinalizeComputeParams |
( |
|
self | ) |
|
Returns a pointer to the newly allocated SVD algorithm with a copy of input objects and parameters of this SVD algorithm
- Returns
- Pointer to the newly allocated algorithm
Invokes computations and returns partial result
def finalizeCompute |
( |
|
self | ) |
|
Finalizes computations and returns (final) result
Returns method of the algorithm
- Returns
- Method of the algorithm
def getPartialResult |
( |
|
self | ) |
|
Returns the structure that contains computed partial results of the SVD algorithm
- Returns
- Structure that contains computed partial results of the SVD algorithm
Returns the structure that contains computed partial results of the SVD algorithm
- Returns
- Structure that contains computed partial results of the SVD algorithm
def setPartialResult |
( |
|
self, |
|
|
|
partialResult, |
|
|
|
initFlag = False |
|
) |
| |
- Variant 1
Registers user-allocated memory to store computed results of the SVD algorithm
- Parameters
-
partialResult | Structure for storing partial results of the SVD algorithm |
initFlag | Flag that specifies whether the partial results are initialized |
- Returns
- Status of computations
- Variant 2
Registers user-allocated memory to store computed results of the SVD algorithm
- Parameters
-
partialResult | Structure for storing partial results of the SVD algorithm |
initFlag | Flag that specifies whether the partial results are initialized |
- Returns
- Status of computations
def setResult |
( |
|
self, |
|
|
|
res |
|
) |
| |
Registers user-allocated memory to store computed results of the SVD algorithm
- Returns
- Status of computations
The documentation for this class was generated from the following file: