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...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store partial results of the SVD algorithm
- Parameters
-
| input | Pointer to the input object |
| parameter | Pointer to the parameter |
| method | Algorithm computation method |
- Returns
- Status of allocation
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
- Variant 1
Checks partial results of the algorithm
- Parameters
-
| input | Pointer to the input object |
| parameter | Pointer to parameters |
| method | Computation method |
- Returns
- Errors detected while checking
- Variant 2
Checks partial results of the algorithm
- Parameters
-
| parameter | Pointer to parameters |
| method | Computation method |
- Returns
- Errors detected while checking
Returns results of the SVD algorithm with singular values and the left orthogonal matrix calculated
- Parameters
-
| id | Identifier of the parameter |
- Returns
- Parameter that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(DistributedPartialResultStep3 self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the Result object to store results of the SVD algorithm
- Parameters
-
| id | Identifier of the parameter |
| value | Pointer to the Result object |
The documentation for this class was generated from the following file: