Provides methods to access partial results obtained with the compute() method of the SVD algorithm in the online processing mode or the first step in the distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store final 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
check(OnlinePartialResult self, Parameter parameter, int method) -> Status
Returns partial results of the SVD algorithm
- Parameters
-
id | Identifier of the partial result |
- Returns
- Value that corresponds to the given identifier
def getNumberOfColumns |
( |
|
self | ) |
|
getNumberOfColumns(OnlinePartialResult self) -> size_t
def getNumberOfRows |
( |
|
self | ) |
|
getNumberOfRows(OnlinePartialResult self) -> size_t
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(OnlinePartialResult self) -> int
def initialize_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Initializes additional memory to store partial results of the SVD algorithm for each subsequent compute() method
- Parameters
-
input | Pointer to the input object |
parameter | Pointer to the parameter |
method | Algorithm computation method |
- Returns
- Status of initialization
- Full Names
initialize_Float64
is for float64
initialize_Float32
is for float32
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets partial results of the SVD algorithm
- Parameters
-
id | Identifier of the partial result |
value | Value that corresponds to the given identifier |
The documentation for this class was generated from the following file: